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

« back to all changes in this revision

Viewing changes to doc/reference/librygel-core/gtkdoc/html/RygelRootDeviceFactory.html

  • 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:
8
8
<link rel="up" href="ch01.html" title="librygel-core API Reference">
9
9
<link rel="prev" href="RygelMediaDevice.html" title="RygelMediaDevice">
10
10
<link rel="next" href="RygelMetaConfig.html" title="RygelMetaConfig">
11
 
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
60
60
<span class="returnvalue">void</span>                <a class="link" href="RygelRootDeviceFactory.html#rygel-value-take-root-device-factory" title="rygel_value_take_root_device_factory ()">rygel_value_take_root_device_factory</a>
61
61
                                                        (<em class="parameter"><code><a href="../gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>,
62
62
                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> v_object</code></em>);
 
63
struct              <a class="link" href="RygelRootDeviceFactory.html#RygelRootDeviceFactoryClass" title="struct RygelRootDeviceFactoryClass">RygelRootDeviceFactoryClass</a>;
63
64
enum                <a class="link" href="RygelRootDeviceFactory.html#RootDeviceFactoryError" title="enum RootDeviceFactoryError">RootDeviceFactoryError</a>;
64
65
</pre>
65
66
</div>
280
281
</div>
281
282
<hr>
282
283
<div class="refsect2">
 
284
<a name="RygelRootDeviceFactoryClass"></a><h3>struct RygelRootDeviceFactoryClass</h3>
 
285
<pre class="programlisting">struct RygelRootDeviceFactoryClass {
 
286
        GTypeClass parent_class;
 
287
        void (*finalize) (RygelRootDeviceFactory *self);
 
288
};
 
289
</pre>
 
290
<p>
 
291
The class structure for <a class="link" href="RygelRootDeviceFactory.html#RYGEL-TYPE-ROOT-DEVICE-FACTORY:CAPS" title="RYGEL_TYPE_ROOT_DEVICE_FACTORY"><code class="literal">RYGEL_TYPE_ROOT_DEVICE_FACTORY</code></a>. All the fields in this structure are private and should never be accessed directly.
 
292
</p>
 
293
<div class="variablelist"><table border="0">
 
294
<col align="left" valign="top">
 
295
<tbody>
 
296
<tr>
 
297
<td><p><span class="term"><a href="../gobject/gobject-Type-Information.html#GTypeClass"><span class="type">GTypeClass</span></a> <em class="structfield"><code><a name="RygelRootDeviceFactoryClass.parent-class"></a>parent_class</code></em>;</span></p></td>
 
298
<td>the parent class structure</td>
 
299
</tr>
 
300
<tr>
 
301
<td><p><span class="term"><em class="structfield"><code><a name="RygelRootDeviceFactoryClass.finalize"></a>finalize</code></em> ()</span></p></td>
 
302
<td></td>
 
303
</tr>
 
304
</tbody>
 
305
</table></div>
 
306
</div>
 
307
<hr>
 
308
<div class="refsect2">
283
309
<a name="RootDeviceFactoryError"></a><h3>enum RootDeviceFactoryError</h3>
284
310
<pre class="programlisting">typedef enum {
285
311
        ROOT_DEVICE_FACTORY_ERROR_XML_PARSE
290
316
</div>
291
317
<div class="footer">
292
318
<hr>
293
 
          Generated by GTK-Doc V1.18.1</div>
 
319
          Generated by GTK-Doc V1.18</div>
294
320
</body>
295
321
</html>
 
 
b'\\ No newline at end of file'