~ubuntu-branches/ubuntu/trusty/libpeas/trusty

« back to all changes in this revision

Viewing changes to docs/reference/libpeas-sections.txt

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-07-06 16:11:09 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110706161109-j81bojjpl1rxu0ex
Tags: 1.1.0-0ubuntu1
* New upstream version
* Install the glade catalog as well

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
peas_gtk_plugin_manager_view_new
41
41
peas_gtk_plugin_manager_view_set_show_builtin
42
42
peas_gtk_plugin_manager_view_get_show_builtin
43
 
peas_gtk_plugin_manager_view_set_selected_iter
44
 
peas_gtk_plugin_manager_view_get_selected_iter
45
43
peas_gtk_plugin_manager_view_set_selected_plugin
46
44
peas_gtk_plugin_manager_view_get_selected_plugin
47
45
<SUBSECTION Standard>
61
59
<TITLE>PeasEngine</TITLE>
62
60
PeasEngine
63
61
PeasEngineClass
 
62
peas_engine_new
64
63
peas_engine_get_default
 
64
peas_engine_set_interface
 
65
peas_engine_get_interface
65
66
peas_engine_add_search_path
 
67
peas_engine_enable_loader
66
68
peas_engine_rescan_plugins
67
69
peas_engine_get_plugin_list
68
70
peas_engine_get_loaded_plugins
75
77
peas_engine_create_extension
76
78
peas_engine_create_extensionv
77
79
peas_engine_create_extension_valist
78
 
peas_engine_disable_loader
79
80
<SUBSECTION Standard>
80
81
PEAS_ENGINE
81
82
PEAS_IS_ENGINE
110
111
<TITLE>PeasExtensionSet</TITLE>
111
112
PeasExtensionSet
112
113
PeasExtensionSetClass
113
 
PeasParameterArray
114
114
peas_extension_set_call
115
115
peas_extension_set_call_valist
116
116
peas_extension_set_callv
171
171
PEAS_EXTENSION_BASE_CLASS
172
172
PEAS_IS_EXTENSION_BASE_CLASS
173
173
PEAS_EXTENSION_BASE_GET_CLASS
 
174
<SUBSECTION Private>
 
175
PeasExtensionBasePrivate
174
176
</SECTION>
175
177
 
176
178
<SECTION>
177
179
<FILE>peas-extension</FILE>
178
180
<TITLE>PeasExtension</TITLE>
179
181
PeasExtension
180
 
PeasExtensionClass
181
182
peas_extension_get_extension_type
182
183
peas_extension_call
183
184
peas_extension_call_valist
187
188
PEAS_IS_EXTENSION
188
189
PEAS_TYPE_EXTENSION
189
190
peas_extension_get_type
190
 
PEAS_EXTENSION_CLASS
191
 
PEAS_IS_EXTENSION_CLASS
192
 
PEAS_EXTENSION_GET_CLASS
 
191
<SUBSECTION Private>
 
192
PeasExtensionPrivate
193
193
</SECTION>
194
194
 
195
195
<SECTION>
196
196
<FILE>peas-plugin-info</FILE>
197
197
<TITLE>PeasPluginInfo</TITLE>
198
198
PeasPluginInfo
 
199
PeasPluginInfoError
199
200
peas_plugin_info_is_loaded
200
201
peas_plugin_info_is_available
201
202
peas_plugin_info_is_builtin
 
203
peas_plugin_info_is_hidden
202
204
peas_plugin_info_get_module_name
203
205
peas_plugin_info_get_module_dir
204
206
peas_plugin_info_get_data_dir
212
214
peas_plugin_info_get_website
213
215
peas_plugin_info_get_copyright
214
216
peas_plugin_info_get_version
215
 
peas_plugin_info_get_keys
 
217
peas_plugin_info_get_interfaces
216
218
<SUBSECTION Standard>
217
219
PEAS_TYPE_PLUGIN_INFO
218
220
PEAS_PLUGIN_INFO
219
221
peas_plugin_info_get_type
 
222
PEAS_PLUGIN_INFO_ERROR
 
223
peas_plugin_info_error_quark
220
224
</SECTION>
221
225