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

« back to all changes in this revision

Viewing changes to doc/reference/librygel-core/gtkdoc/xml/rygel-meta-config.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:
28
28
<link linkend="void"><returnvalue>void</returnvalue></link>                <link linkend="rygel-meta-config-register-default-configurations">rygel_meta_config_register_default_configurations</link>
29
29
                                                        (<parameter><type>void</type></parameter>);
30
30
struct              <link linkend="RygelMetaConfig-struct">RygelMetaConfig</link>;
 
31
struct              <link linkend="RygelMetaConfigClass">RygelMetaConfigClass</link>;
31
32
</synopsis>
32
33
</refsynopsisdiv>
33
34
<refsect1 id="RygelMetaConfig.object-hierarchy" role="object_hierarchy">
92
93
<para>
93
94
<para>Abstracts Rygel and it's plugins from Configuration implementations. It keeps all real configuration sources in a list and returns the value provided by the first one. If none of them provides the value, it emits an error.</para>
94
95
</para></refsect2>
 
96
<refsect2 id="RygelMetaConfigClass" role="struct">
 
97
<title>struct RygelMetaConfigClass</title>
 
98
<indexterm zone="RygelMetaConfigClass"><primary>RygelMetaConfigClass</primary></indexterm>
 
99
<programlisting>struct RygelMetaConfigClass {
 
100
        GObjectClass parent_class;
 
101
};
 
102
</programlisting>
 
103
<para>
 
104
The class structure for <link linkend="RYGEL-TYPE-META-CONFIG:CAPS"><literal>RYGEL_TYPE_META_CONFIG</literal></link>. All the fields in this structure are private and should never be accessed directly.
 
105
</para><variablelist role="struct">
 
106
<varlistentry><term><link linkend="GObjectClass"><type>GObjectClass</type></link>&#160;<structfield id="RygelMetaConfigClass.parent-class">parent_class</structfield>;</term>
 
107
<listitem><simpara>the parent class structure</simpara></listitem>
 
108
</varlistentry>
 
109
</variablelist></refsect2>
95
110
 
96
111
</refsect1>
97
112