~ubuntu-branches/ubuntu/trusty/libbonobo/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/api/xml/bonobo-object.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-07-30 22:13:59 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20070730221359-xblbyyhx8edlxmqj
Tags: 2.19.6-0ubuntu1
* New upstream version:
  - Use gmodule-no-export-2.0 instead of gmodule-2.0
  - Win32 fix for pipe macro

Show diffs side-by-side

added added

removed removed

Lines of Context:
835
835
</refsect1>
836
836
<refsect1 role="property_details">
837
837
<title role="property_details.title">Property Details</title>
838
 
<refsect2><title><anchor id="BonoboObject--poa"/>The <literal>&quot;poa&quot;</literal> property</title>
 
838
<refsect2><title><anchor id="BonoboObject--poa"/>The &quot;<literal>poa</literal>&quot; property</title>
839
839
<indexterm><primary>BonoboObject:poa</primary></indexterm><programlisting>  &quot;poa&quot;                      <link linkend="gpointer">gpointer</link>              : Read / Write / Construct Only</programlisting>
840
840
<para>
841
841
    Pass this property during construction to specify a custom POA for a BonoboObject. Example:
857
857
 
858
858
<refsect1 role="signals">
859
859
<title role="signals.title">Signal Details</title>
860
 
<refsect2><title><anchor id="BonoboObject-destroy"/>The <literal>&quot;destroy&quot;</literal> signal</title>
 
860
<refsect2><title><anchor id="BonoboObject-destroy"/>The &quot;destroy&quot; signal</title>
861
861
<indexterm><primary>BonoboObject::destroy</primary></indexterm><programlisting><link linkend="void">void</link>                user_function                      (<link linkend="BonoboObject">BonoboObject</link> *bonoboobject,
862
862
                                                        <link linkend="gpointer">gpointer</link>      user_data)         : Run Last</programlisting>
863
863
<para>
870
870
</simpara></listitem></varlistentry>
871
871
<varlistentry><term><parameter>user_data</parameter>&nbsp;:</term>
872
872
<listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry>
873
 
</variablelist></refsect2><refsect2><title><anchor id="BonoboObject-system-exception"/>The <literal>&quot;system-exception&quot;</literal> signal</title>
 
873
</variablelist></refsect2><refsect2><title><anchor id="BonoboObject-system-exception"/>The &quot;system-exception&quot; signal</title>
874
874
<indexterm><primary>BonoboObject::system-exception</primary></indexterm><programlisting><link linkend="void">void</link>                user_function                      (<link linkend="BonoboObject">BonoboObject</link>         *bonoboobject,
875
875
                                                        <link linkend="CorbaObject">CorbaObject</link>          *arg1,
876
876
                                                        <link linkend="BonoboCorbaException">BonoboCorbaException</link> *arg2,