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

« back to all changes in this revision

Viewing changes to docs/reference/html/PeasActivatable.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:
61
61
<a name="PeasActivatable.prerequisites"></a><h2>Prerequisites</h2>
62
62
<p>
63
63
PeasActivatable requires
64
 
 GObject.</p>
 
64
 <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
65
65
</div>
66
66
<div class="refsect1">
67
67
<a name="PeasActivatable.properties"></a><h2>Properties</h2>
68
68
<pre class="synopsis">
69
 
  "<a class="link" href="PeasActivatable.html#PeasActivatable--object" title='The "object" property'>object</a>"                   <span class="type">GObject</span>*              : Read / Write / Construct Only
 
69
  "<a class="link" href="PeasActivatable.html#PeasActivatable--object" title='The "object" property'>object</a>"                   <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>*              : Read / Write / Construct Only
70
70
</pre>
71
71
</div>
72
72
<div class="refsect1">
85
85
</p>
86
86
<p>
87
87
You can also use the code of this interface as a base for your own
88
 
extension types, as illustrated by gedit's <a href="/opt/gnome/share/gtk-doc/html/gedit/GeditWindowActivatable.html"><code class="literal">GeditWindowActivatable</code></a> and
 
88
extension types, as illustrated by gedit's <code class="literal">GeditWindowActivatable</code> and
89
89
<code class="literal">GeditDocumentActivatable</code> interfaces.
90
90
</p>
91
91
</div>
117
117
<col align="left" valign="top">
118
118
<tbody>
119
119
<tr>
120
 
<td><p><span class="term"><span class="type">GTypeInterface</span> <em class="structfield"><code><a name="PeasActivatableInterface.g-iface"></a>g_iface</code></em>;</span></p></td>
 
120
<td><p><span class="term"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GTypeInterface"><span class="type">GTypeInterface</span></a> <em class="structfield"><code><a name="PeasActivatableInterface.g-iface"></a>g_iface</code></em>;</span></p></td>
121
121
<td>The parent interface.</td>
122
122
</tr>
123
123
<tr>
196
196
<a name="PeasActivatable.property-details"></a><h2>Property Details</h2>
197
197
<div class="refsect2">
198
198
<a name="PeasActivatable--object"></a><h3>The <code class="literal">"object"</code> property</h3>
199
 
<pre class="programlisting">  "object"                   <span class="type">GObject</span>*              : Read / Write / Construct Only</pre>
 
199
<pre class="programlisting">  "object"                   <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>*              : Read / Write / Construct Only</pre>
200
200
<p>
201
201
The object property contains the targetted object for this
202
202
<a class="link" href="PeasActivatable.html" title="PeasActivatable"><span class="type">PeasActivatable</span></a> instance, for example a toplevel window in a typical