Exemplo n.º 1
0
void
peas_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module, IDE_TYPE_APPLICATION_ADDIN, IDE_TYPE_AUTOTOOLS_APPLICATION_ADDIN);
  peas_object_module_register_extension_type (module, IDE_TYPE_BUILD_SYSTEM, IDE_TYPE_AUTOTOOLS_BUILD_SYSTEM);
  peas_object_module_register_extension_type (module, IDE_TYPE_PROJECT_MINER, IDE_TYPE_AUTOTOOLS_PROJECT_MINER);
}
Exemplo n.º 2
0
void
gbp_spellcheck_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module, IDE_TYPE_BUFFER_ADDIN, GBP_TYPE_SPELL_BUFFER_ADDIN);
  peas_object_module_register_extension_type (module, IDE_TYPE_EDITOR_ADDIN, GBP_TYPE_SPELL_EDITOR_ADDIN);
  peas_object_module_register_extension_type (module, IDE_TYPE_EDITOR_VIEW_ADDIN, GBP_TYPE_SPELL_EDITOR_VIEW_ADDIN);
}
Exemplo n.º 3
0
void
ide_c_pack_register_types (PeasObjectModule *module)
{
  _ide_c_indenter_register_type (G_TYPE_MODULE (module));
  _ide_c_format_provider_register_type (G_TYPE_MODULE (module));

  peas_object_module_register_extension_type (module, IDE_TYPE_INDENTER, IDE_TYPE_C_INDENTER);
  peas_object_module_register_extension_type (module, IDE_TYPE_COMPLETION_PROVIDER, IDE_TYPE_C_FORMAT_PROVIDER);
}
Exemplo n.º 4
0
void
peas_register_types (PeasObjectModule *module)
{
  _ide_xml_highlighter_register_type (G_TYPE_MODULE (module));
  _ide_xml_indenter_register_type (G_TYPE_MODULE (module));

  peas_object_module_register_extension_type (module, IDE_TYPE_HIGHLIGHTER, IDE_TYPE_XML_HIGHLIGHTER);
  peas_object_module_register_extension_type (module, IDE_TYPE_INDENTER, IDE_TYPE_XML_INDENTER);
}
Exemplo n.º 5
0
void
ide_editor_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_WORKBENCH_ADDIN,
                                              IDE_TYPE_EDITOR_WORKBENCH_ADDIN);
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_LAYOUT_STACK_ADDIN,
                                              IDE_TYPE_EDITOR_LAYOUT_STACK_ADDIN);
}
Exemplo n.º 6
0
_IDE_EXTERN void
_gbp_quick_highlight_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_EDITOR_PAGE_ADDIN,
                                              GBP_TYPE_QUICK_HIGHLIGHT_EDITOR_PAGE_ADDIN);
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_PREFERENCES_ADDIN,
                                              GBP_TYPE_QUICK_HIGHLIGHT_PREFERENCES);
}
Exemplo n.º 7
0
_IDE_EXTERN void
_gbp_deviced_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_DEVICE_PROVIDER,
                                              GBP_TYPE_DEVICED_DEVICE_PROVIDER);
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_DEPLOY_STRATEGY,
                                              GBP_TYPE_DEVICED_DEPLOY_STRATEGY);
}
Exemplo n.º 8
0
void
peas_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_WORKBENCH_ADDIN,
                                              GB_TYPE_PROJECT_TREE_ADDIN);
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_EDITOR_VIEW_ADDIN,
                                              GB_TYPE_PROJECT_TREE_EDITOR_ADDIN);
}
void
peas_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_APPLICATION_TOOL,
                                              GBP_TYPE_CREATE_PROJECT_TOOL);
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_GENESIS_ADDIN,
                                              GBP_TYPE_CREATE_PROJECT_GENESIS_ADDIN);
}
Exemplo n.º 10
0
G_MODULE_EXPORT void
peas_register_types(PeasObjectModule *module)
{
  standard_plugin_c_extension_register_type(G_TYPE_MODULE(module));
  peas_object_module_register_extension_type(module,
        RW_COMMON_INTERFACE_TYPE_API,
        STANDARD_PLUGIN_C_EXTENSION_TYPE);
  peas_object_module_register_extension_type(module,
        STANDARD_PLUGIN_TYPE_API,
        STANDARD_PLUGIN_C_EXTENSION_TYPE);
}
Exemplo n.º 11
0
G_MODULE_EXPORT void
peas_register_types (PeasObjectModule *module)
{
	pluma_spell_plugin_register_type (G_TYPE_MODULE (module));

	peas_object_module_register_extension_type (module,
	                                            PEAS_TYPE_ACTIVATABLE,
	                                            PLUMA_TYPE_SPELL_PLUGIN);

	peas_object_module_register_extension_type (module,
	                                            PEAS_GTK_TYPE_CONFIGURABLE,
	                                            PLUMA_TYPE_SPELL_PLUGIN);
}
Exemplo n.º 12
0
_IDE_EXTERN void
_gbp_vcsui_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_EDITOR_PAGE_ADDIN,
                                              GBP_TYPE_VCSUI_EDITOR_PAGE_ADDIN);
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_TREE_ADDIN,
                                              GBP_TYPE_VCSUI_TREE_ADDIN);
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_WORKBENCH_ADDIN,
                                              GBP_TYPE_VCSUI_WORKBENCH_ADDIN);
}
Exemplo n.º 13
0
_IDE_EXTERN void
_ide_c_pack_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_INDENTER,
                                              IDE_TYPE_C_INDENTER);
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_EDITOR_PAGE_ADDIN,
                                              CPACK_TYPE_EDITOR_PAGE_ADDIN);
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_COMPLETION_PROVIDER,
                                              CPACK_TYPE_COMPLETION_PROVIDER);
}
G_MODULE_EXPORT void
peas_register_types (PeasObjectModule *module)
{
  peasdemo_hello_world_plugin_register_type (G_TYPE_MODULE (module));
  peasdemo_hello_world_configurable_register (G_TYPE_MODULE (module));

  peas_object_module_register_extension_type (module,
                                              PEAS_TYPE_ACTIVATABLE,
                                              PEASDEMO_TYPE_HELLO_WORLD_PLUGIN);
  peas_object_module_register_extension_type (module,
                                              PEAS_GTK_TYPE_CONFIGURABLE,
                                              PEASDEMO_TYPE_HELLO_WORLD_CONFIGURABLE);
}
Exemplo n.º 15
0
G_MODULE_EXPORT void
peas_register_types (PeasObjectModule *module)
{
  testing_callable_plugin_register (G_TYPE_MODULE (module));
  testing_properties_plugin_register (G_TYPE_MODULE (module));

  peas_object_module_register_extension_type (module,
                                              INTROSPECTION_TYPE_CALLABLE,
                                              TESTING_TYPE_CALLABLE_PLUGIN);
  peas_object_module_register_extension_type (module,
                                              INTROSPECTION_TYPE_PROPERTIES,
                                              TESTING_TYPE_PROPERTIES_PLUGIN);
}
Exemplo n.º 16
0
G_MODULE_EXPORT void
peas_register_types(PeasObjectModule *module)
{
	xmr_indicator_plugin_register_type(G_TYPE_MODULE(module));

	peas_object_module_register_extension_type(module,
						    PEAS_TYPE_ACTIVATABLE,
						    XMR_TYPE_INDICATOR_PLUGIN);

	peas_object_module_register_extension_type(module,
						    PEAS_GTK_TYPE_CONFIGURABLE,
						    XMR_TYPE_INDICATOR_PLUGIN);
}
Exemplo n.º 17
0
void
peas_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_SERVICE,
                                              IDE_TYPE_GCA_SERVICE);

  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_DIAGNOSTIC_PROVIDER,
                                              IDE_TYPE_GCA_DIAGNOSTIC_PROVIDER);

  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_PREFERENCES_ADDIN,
                                              IDE_TYPE_GCA_PREFERENCES_ADDIN);
}
Exemplo n.º 18
0
void
gbp_retab_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_EDITOR_VIEW_ADDIN,
                                              GBP_TYPE_RETAB_VIEW_ADDIN);
}
Exemplo n.º 19
0
void
gbp_recent_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_GREETER_SECTION,
                                              GBP_TYPE_RECENT_SECTION);
}
Exemplo n.º 20
0
void
peas_register_types (PeasObjectModule *module)
{
  _ide_ctags_index_register_type (G_TYPE_MODULE (module));
  _ide_ctags_builder_register_type (G_TYPE_MODULE (module));
  _ide_ctags_completion_item_register_type (G_TYPE_MODULE (module));
  _ide_ctags_completion_provider_register_type (G_TYPE_MODULE (module));
  _ide_ctags_highlighter_register_type (G_TYPE_MODULE (module));
  _ide_ctags_service_register_type (G_TYPE_MODULE (module));
  _ide_ctags_symbol_resolver_register_type (G_TYPE_MODULE (module));

  peas_object_module_register_extension_type (module, IDE_TYPE_COMPLETION_PROVIDER, IDE_TYPE_CTAGS_COMPLETION_PROVIDER);
  peas_object_module_register_extension_type (module, IDE_TYPE_HIGHLIGHTER, IDE_TYPE_CTAGS_HIGHLIGHTER);
  peas_object_module_register_extension_type (module, IDE_TYPE_SERVICE, IDE_TYPE_CTAGS_SERVICE);
  peas_object_module_register_extension_type (module, IDE_TYPE_SYMBOL_RESOLVER, IDE_TYPE_CTAGS_SYMBOL_RESOLVER);
}
Exemplo n.º 21
0
void
gbp_newcomers_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_GREETER_SECTION,
                                              GBP_TYPE_NEWCOMERS_SECTION);
}
Exemplo n.º 22
0
void
peas_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_DIAGNOSTIC_PROVIDER,
                                              IDE_TYPE_GETTEXT_DIAGNOSTIC_PROVIDER);
}
Exemplo n.º 23
0
_IDE_EXTERN void
_gbp_gdb_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_DEBUGGER,
                                              GBP_TYPE_GDB_DEBUGGER);
}
Exemplo n.º 24
0
_IDE_EXTERN void
_gbp_deviceui_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_WORKSPACE_ADDIN,
                                              GBP_TYPE_DEVICEUI_WORKSPACE_ADDIN);
}
Exemplo n.º 25
0
_IDE_EXTERN void
_gbp_cmake_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_PIPELINE_ADDIN,
                                              GBP_TYPE_CMAKE_PIPELINE_ADDIN);
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_BUILD_SYSTEM,
                                              GBP_TYPE_CMAKE_BUILD_SYSTEM);
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_BUILD_SYSTEM_DISCOVERY,
                                              GBP_TYPE_CMAKE_BUILD_SYSTEM_DISCOVERY);
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_TOOLCHAIN_PROVIDER,
                                              GBP_TYPE_CMAKE_TOOLCHAIN_PROVIDER);
}
Exemplo n.º 26
0
_IDE_EXTERN void
_gbp_todo_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_WORKSPACE_ADDIN,
                                              GBP_TYPE_TODO_WORKSPACE_ADDIN);
}
Exemplo n.º 27
0
G_MODULE_EXPORT void
peas_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              PEAS_TYPE_PLUGIN_LOADER,
                                              PEAS_TYPE_PLUGIN_LOADER_PYTHON);
}
Exemplo n.º 28
0
_IDE_EXTERN void
_gbp_qemu_register_types (PeasObjectModule *module)
{
  peas_object_module_register_extension_type (module,
                                              IDE_TYPE_DEVICE_PROVIDER,
                                              GBP_TYPE_QEMU_DEVICE_PROVIDER);
}
G_MODULE_EXPORT void
peas_register_types (PeasObjectModule *module)
{
	gedit_word_completion_plugin_register_type (G_TYPE_MODULE (module));

	peas_object_module_register_extension_type (module,
	                                            GEDIT_TYPE_WINDOW_ACTIVATABLE,
	                                            GEDIT_TYPE_WORD_COMPLETION_PLUGIN);

	peas_object_module_register_extension_type (module,
	                                            GEDIT_TYPE_VIEW_ACTIVATABLE,
	                                            GEDIT_TYPE_WORD_COMPLETION_PLUGIN);

	peas_object_module_register_extension_type (module,
	                                            PEAS_GTK_TYPE_CONFIGURABLE,
	                                            GEDIT_TYPE_WORD_COMPLETION_PLUGIN);
}
Exemplo n.º 30
0
G_MODULE_EXPORT void
peas_register_types (PeasObjectModule *module)
{
	eom_statusbar_date_plugin_register_type (G_TYPE_MODULE (module));
	peas_object_module_register_extension_type (module,
	                                            EOM_TYPE_WINDOW_ACTIVATABLE,
	                                            EOM_TYPE_STATUSBAR_DATE_PLUGIN);
}