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

« back to all changes in this revision

Viewing changes to docs/reference/html/PeasGtkPluginManagerView.html

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-01-16 09:53:41 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20130116095341-wfnkv4dnzt9t8je7
Tags: 1.6.2-0ubuntu1
* New upstream release
* debian/control:
  - Use standards version 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
<span class="returnvalue">GtkWidget</span> *         <a class="link" href="PeasGtkPluginManagerView.html#peas-gtk-plugin-manager-view-new" title="peas_gtk_plugin_manager_view_new ()">peas_gtk_plugin_manager_view_new</a>    (<em class="parameter"><code><a class="link" href="PeasEngine.html" title="PeasEngine"><span class="type">PeasEngine</span></a> *engine</code></em>);
51
51
<span class="returnvalue">void</span>                <a class="link" href="PeasGtkPluginManagerView.html#peas-gtk-plugin-manager-view-set-show-builtin" title="peas_gtk_plugin_manager_view_set_show_builtin ()">peas_gtk_plugin_manager_view_set_show_builtin</a>
52
52
                                                        (<em class="parameter"><code><a class="link" href="PeasGtkPluginManagerView.html" title="PeasGtkPluginManagerView"><span class="type">PeasGtkPluginManagerView</span></a> *view</code></em>,
53
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> show_builtin</code></em>);
54
 
<span class="returnvalue">gboolean</span>            <a class="link" href="PeasGtkPluginManagerView.html#peas-gtk-plugin-manager-view-get-show-builtin" title="peas_gtk_plugin_manager_view_get_show_builtin ()">peas_gtk_plugin_manager_view_get_show_builtin</a>
 
53
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_builtin</code></em>);
 
54
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="PeasGtkPluginManagerView.html#peas-gtk-plugin-manager-view-get-show-builtin" title="peas_gtk_plugin_manager_view_get_show_builtin ()">peas_gtk_plugin_manager_view_get_show_builtin</a>
55
55
                                                        (<em class="parameter"><code><a class="link" href="PeasGtkPluginManagerView.html" title="PeasGtkPluginManagerView"><span class="type">PeasGtkPluginManagerView</span></a> *view</code></em>);
56
56
<span class="returnvalue">void</span>                <a class="link" href="PeasGtkPluginManagerView.html#peas-gtk-plugin-manager-view-set-selected-plugin" title="peas_gtk_plugin_manager_view_set_selected_plugin ()">peas_gtk_plugin_manager_view_set_selected_plugin</a>
57
57
                                                        (<em class="parameter"><code><a class="link" href="PeasGtkPluginManagerView.html" title="PeasGtkPluginManagerView"><span class="type">PeasGtkPluginManagerView</span></a> *view</code></em>,
63
63
<div class="refsect1">
64
64
<a name="PeasGtkPluginManagerView.object-hierarchy"></a><h2>Object Hierarchy</h2>
65
65
<pre class="synopsis">
66
 
  GObject
67
 
   +----GInitiallyUnowned
 
66
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
67
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
68
68
         +----GtkWidget
69
69
               +----GtkContainer
70
70
                     +----GtkTreeView
81
81
<a name="PeasGtkPluginManagerView.properties"></a><h2>Properties</h2>
82
82
<pre class="synopsis">
83
83
  "<a class="link" href="PeasGtkPluginManagerView.html#PeasGtkPluginManagerView--engine" title='The "engine" property'>engine</a>"                   <a class="link" href="PeasEngine.html" title="PeasEngine"><span class="type">PeasEngine</span></a>*           : Read / Write / Construct Only
84
 
  "<a class="link" href="PeasGtkPluginManagerView.html#PeasGtkPluginManagerView--show-builtin" title='The "show-builtin" property'>show-builtin</a>"             <span class="type">gboolean</span>              : Read / Write
 
84
  "<a class="link" href="PeasGtkPluginManagerView.html#PeasGtkPluginManagerView--show-builtin" title='The "show-builtin" property'>show-builtin</a>"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
85
85
</pre>
86
86
</div>
87
87
<div class="refsect1">
88
88
<a name="PeasGtkPluginManagerView.signals"></a><h2>Signals</h2>
89
89
<pre class="synopsis">
90
 
  "<a class="link" href="PeasGtkPluginManagerView.html#PeasGtkPluginManagerView-populate-popup" title='The "populate-popup" signal'>populate-popup</a>"                                 : <code class="literal">Run Last</code>
 
90
  "<a class="link" href="PeasGtkPluginManagerView.html#PeasGtkPluginManagerView-populate-popup" title='The "populate-popup" signal'>populate-popup</a>"                                 : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
91
91
</pre>
92
92
</div>
93
93
<div class="refsect1">
152
152
Creates a new plugin manager view for the given <a class="link" href="PeasEngine.html" title="PeasEngine"><span class="type">PeasEngine</span></a>.
153
153
</p>
154
154
<p>
155
 
If <em class="parameter"><code>engine</code></em> is <code class="literal">NULL</code>, then the default engine will be used.
 
155
If <em class="parameter"><code>engine</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the default engine will be used.
156
156
</p>
157
157
<div class="variablelist"><table border="0">
158
158
<col align="left" valign="top">
159
159
<tbody>
160
160
<tr>
161
161
<td><p><span class="term"><em class="parameter"><code>engine</code></em> :</span></p></td>
162
 
<td>A <a class="link" href="PeasEngine.html" title="PeasEngine"><span class="type">PeasEngine</span></a>, or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
162
<td>A <a class="link" href="PeasEngine.html" title="PeasEngine"><span class="type">PeasEngine</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
163
163
</td>
164
164
</tr>
165
165
<tr>
174
174
<a name="peas-gtk-plugin-manager-view-set-show-builtin"></a><h3>peas_gtk_plugin_manager_view_set_show_builtin ()</h3>
175
175
<pre class="programlisting"><span class="returnvalue">void</span>                peas_gtk_plugin_manager_view_set_show_builtin
176
176
                                                        (<em class="parameter"><code><a class="link" href="PeasGtkPluginManagerView.html" title="PeasGtkPluginManagerView"><span class="type">PeasGtkPluginManagerView</span></a> *view</code></em>,
177
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> show_builtin</code></em>);</pre>
 
177
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> show_builtin</code></em>);</pre>
178
178
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
179
179
<h3 class="title">Warning</h3>
180
180
<p><code class="literal">peas_gtk_plugin_manager_view_set_show_builtin</code> has been deprecated since version 1.2 and should not be used in newly-written code. Use hidden plugins instead.</p>
199
199
<hr>
200
200
<div class="refsect2">
201
201
<a name="peas-gtk-plugin-manager-view-get-show-builtin"></a><h3>peas_gtk_plugin_manager_view_get_show_builtin ()</h3>
202
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            peas_gtk_plugin_manager_view_get_show_builtin
 
202
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            peas_gtk_plugin_manager_view_get_show_builtin
203
203
                                                        (<em class="parameter"><code><a class="link" href="PeasGtkPluginManagerView.html" title="PeasGtkPluginManagerView"><span class="type">PeasGtkPluginManagerView</span></a> *view</code></em>);</pre>
204
204
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
205
205
<h3 class="title">Warning</h3>
251
251
<pre class="programlisting"><a class="link" href="PeasPluginInfo.html" title="PeasPluginInfo"><span class="returnvalue">PeasPluginInfo</span></a> *    peas_gtk_plugin_manager_view_get_selected_plugin
252
252
                                                        (<em class="parameter"><code><a class="link" href="PeasGtkPluginManagerView.html" title="PeasGtkPluginManagerView"><span class="type">PeasGtkPluginManagerView</span></a> *view</code></em>);</pre>
253
253
<p>
254
 
Returns the currently selected plugin, or <code class="literal">NULL</code> if a plugin is not selected.
 
254
Returns the currently selected plugin, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if a plugin is not selected.
255
255
</p>
256
256
<div class="variablelist"><table border="0">
257
257
<col align="left" valign="top">
279
279
<hr>
280
280
<div class="refsect2">
281
281
<a name="PeasGtkPluginManagerView--show-builtin"></a><h3>The <code class="literal">"show-builtin"</code> property</h3>
282
 
<pre class="programlisting">  "show-builtin"             <span class="type">gboolean</span>              : Read / Write</pre>
 
282
<pre class="programlisting">  "show-builtin"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
283
283
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
284
284
<h3 class="title">Warning</h3>
285
285
<p><code class="literal">PeasGtkPluginManagerView:show-builtin</code> has been deprecated since version 1.2 and should not be used in newly-written code. Use hidden plugins instead.</p>
296
296
<a name="PeasGtkPluginManagerView-populate-popup"></a><h3>The <code class="literal">"populate-popup"</code> signal</h3>
297
297
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="PeasGtkPluginManagerView.html" title="PeasGtkPluginManagerView"><span class="type">PeasGtkPluginManagerView</span></a> *view,
298
298
                                                        <span class="type">GtkMenu</span>                  *menu,
299
 
                                                        <span class="type">gpointer</span>                  user_data)      : <code class="literal">Run Last</code></pre>
 
299
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>                  user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
300
300
<p>
301
301
The ::populate-popup signal is emitted before showing the context
302
302
menu of the view. If you need to add items to the context menu,