~ubuntu-branches/ubuntu/raring/rygel/raring

« back to all changes in this revision

Viewing changes to doc/reference/librygel-core/gtkdoc/xml/rygel-dbus-interface.xml

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2012-09-26 22:34:15 UTC
  • mfrom: (1.3.2)
  • mto: (14.1.10 sid)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20120926223415-mem27auv86jjrj9k
ImportedĀ UpstreamĀ versionĀ 0.16.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#define             <link linkend="RYGEL-DBUS-INTERFACE-SERVICE-NAME:CAPS">RYGEL_DBUS_INTERFACE_SERVICE_NAME</link>
26
26
#define             <link linkend="RYGEL-DBUS-INTERFACE-OBJECT-PATH:CAPS">RYGEL_DBUS_INTERFACE_OBJECT_PATH</link>
27
27
                    <link linkend="RygelDBusInterface-struct">RygelDBusInterface</link>;
 
28
struct              <link linkend="RygelDBusInterfaceIface">RygelDBusInterfaceIface</link>;
28
29
</synopsis>
29
30
</refsynopsisdiv>
30
31
<refsect1 id="RygelDBusInterface.object-hierarchy" role="object_hierarchy">
75
76
<indexterm zone="RygelDBusInterface-struct"><primary>RygelDBusInterface</primary></indexterm>
76
77
<programlisting>typedef struct _RygelDBusInterface RygelDBusInterface;</programlisting>
77
78
</refsect2>
 
79
<refsect2 id="RygelDBusInterfaceIface" role="struct">
 
80
<title>struct RygelDBusInterfaceIface</title>
 
81
<indexterm zone="RygelDBusInterfaceIface"><primary>RygelDBusInterfaceIface</primary></indexterm>
 
82
<programlisting>struct RygelDBusInterfaceIface {
 
83
        GTypeInterface parent_iface;
 
84
        void (*shutdown) (RygelDBusInterface* self, GError** error);
 
85
};
 
86
</programlisting>
 
87
<para>
 
88
Interface for creating <link linkend="RygelDBusInterface"><type>RygelDBusInterface</type></link> implementations.
 
89
</para><variablelist role="struct">
 
90
<varlistentry><term><link linkend="GTypeInterface"><type>GTypeInterface</type></link>&#160;<structfield id="RygelDBusInterfaceIface.parent-iface">parent_iface</structfield>;</term>
 
91
<listitem><simpara>the parent interface structure</simpara></listitem>
 
92
</varlistentry>
 
93
<varlistentry><term><structfield id="RygelDBusInterfaceIface.shutdown">shutdown</structfield>&#160;()</term>
 
94
<listitem><simpara>virtual method called by <link linkend="rygel-dbus-interface-shutdown"><function><link linkend="rygel-dbus-interface-shutdown"><function>rygel_dbus_interface_shutdown()</function></link></function></link></simpara></listitem>
 
95
</varlistentry>
 
96
</variablelist></refsect2>
78
97
 
79
98
</refsect1>
80
99