~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to doc/api/html/libbonobo-bonobo-item-container.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-03-06 18:53:16 UTC
  • mfrom: (1.1.25 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090306185316-uf09r30g7cvf67xi
Tags: 2.24.1-1
* New upstream bugfix release.
* debian/control.in:
  + Build depend on GLib >= 2.14.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>BonoboItemContainer</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.2">
7
7
<link rel="home" href="index.html" title="Libbonobo Reference Manual">
8
8
<link rel="up" href="monikers.html" title="Monikers">
9
9
<link rel="prev" href="libbonobo-bonobo-item-handler.html" title="BonoboItemHandler">
65
65
<a name="libbonobo-bonobo-item-container.object-hierarchy"></a><h2>Object Hierarchy</h2>
66
66
<pre class="synopsis">
67
67
  <a
68
 
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
 
68
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
69
69
>GObject</a>
70
70
   +----<a class="link" href="libbonobo-bonobo-object.html#BonoboObject">BonoboObject</a>
71
71
         +----BonoboItemContainer
193
193
<a name="BonoboItemContainer-get-object"></a><h3>The <code class="literal">"get-object"</code> signal</h3>
194
194
<pre class="programlisting">BonoboUnknown*      user_function                      (<a class="link" href="libbonobo-bonobo-item-container.html#BonoboItemContainer">BonoboItemContainer</a>  *bonoboitemcontainer,
195
195
                                                        <a
196
 
href="../glib/glib-Basic-Types.html#gchar"
 
196
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
197
197
>gchar</a>                *arg1,
198
198
                                                        <a
199
 
href="../glib/glib-Basic-Types.html#gboolean"
 
199
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
200
200
>gboolean</a>              arg2,
201
201
                                                        BonoboCorbaException *arg3,
202
202
                                                        <a
203
 
href="../glib/glib-Basic-Types.html#gpointer"
 
203
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
204
204
>gpointer</a>              user_data)                : Run Last</pre>
205
205
<p>
206
206
Signal emitted when a sub-object is requested from the item container.
220
220
</tr>
221
221
<tr>
222
222
<td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
223
 
<td>the "only_if_exists" flag; if <code class="literal">TRUE</code>, client requests that subobject be returned if it exists, but that it should not be created on demand if it doesn't
 
223
<td>the "only_if_exists" flag; if <a
 
224
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
 
225
><code class="literal">TRUE</code></a>, client requests that subobject be returned if it exists, but that it should not be created on demand if it doesn't
224
226
</td>
225
227
</tr>
226
228
<tr>