tizen 2.3.1 release
[external/gupnp.git] / doc / html / GUPnPRootDevice.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>GUPnPRootDevice</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7 <link rel="home" href="index.html" title="GUPnP Reference Manual">
8 <link rel="up" href="api-device-impl.html" title="Device Implementation">
9 <link rel="prev" href="GUPnPDevice.html" title="GUPnPDevice">
10 <link rel="next" href="GUPnPService.html" title="GUPnPService">
11 <meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 </head>
14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16 <tr valign="middle">
17 <td><a accesskey="p" href="GUPnPDevice.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18 <td><a accesskey="u" href="api-device-impl.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20 <th width="100%" align="center">GUPnP Reference Manual</th>
21 <td><a accesskey="n" href="GUPnPService.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22 </tr>
23 <tr><td colspan="5" class="shortcuts">
24 <a href="#GUPnPRootDevice.synopsis" class="shortcut">Top</a>
25                    | 
26                   <a href="#GUPnPRootDevice.description" class="shortcut">Description</a>
27                    | 
28                   <a href="#GUPnPRootDevice.object-hierarchy" class="shortcut">Object Hierarchy</a>
29                    | 
30                   <a href="#GUPnPRootDevice.properties" class="shortcut">Properties</a>
31 </td></tr>
32 </table>
33 <div class="refentry">
34 <a name="GUPnPRootDevice"></a><div class="titlepage"></div>
35 <div class="refnamediv"><table width="100%"><tr>
36 <td valign="top">
37 <h2><span class="refentrytitle"><a name="GUPnPRootDevice.top_of_page"></a>GUPnPRootDevice</span></h2>
38 <p>GUPnPRootDevice — Class for root device implementations.</p>
39 </td>
40 <td valign="top" align="right"></td>
41 </tr></table></div>
42 <div class="refsynopsisdiv">
43 <a name="GUPnPRootDevice.synopsis"></a><h2>Synopsis</h2>
44 <pre class="synopsis">                    <a class="link" href="GUPnPRootDevice.html#GUPnPRootDevice-struct" title="GUPnPRootDevice">GUPnPRootDevice</a>;
45 <a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="returnvalue">GUPnPRootDevice</span></a> *   <a class="link" href="GUPnPRootDevice.html#gupnp-root-device-new" title="gupnp_root_device_new ()">gupnp_root_device_new</a>               (<em class="parameter"><code><a class="link" href="GUPnPContext.html" title="GUPnPContext"><span class="type">GUPnPContext</span></a> *context</code></em>,
46                                                          <em class="parameter"><code>const <span class="type">char</span> *description_path</code></em>,
47                                                          <em class="parameter"><code>const <span class="type">char</span> *description_dir</code></em>);
48 <a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="returnvalue">GUPnPRootDevice</span></a> *   <a class="link" href="GUPnPRootDevice.html#gupnp-root-device-new-full" title="gupnp_root_device_new_full ()">gupnp_root_device_new_full</a>          (<em class="parameter"><code><a class="link" href="GUPnPContext.html" title="GUPnPContext"><span class="type">GUPnPContext</span></a> *context</code></em>,
49                                                          <em class="parameter"><code><a class="link" href="GUPnPResourceFactory.html" title="GUPnPResourceFactory"><span class="type">GUPnPResourceFactory</span></a> *factory</code></em>,
50                                                          <em class="parameter"><code><a class="link" href="GUPnPXMLDoc.html" title="GUPnPXMLDoc"><span class="type">GUPnPXMLDoc</span></a> *description_doc</code></em>,
51                                                          <em class="parameter"><code>const <span class="type">char</span> *description_path</code></em>,
52                                                          <em class="parameter"><code>const <span class="type">char</span> *description_dir</code></em>);
53 <span class="returnvalue">void</span>                <a class="link" href="GUPnPRootDevice.html#gupnp-root-device-set-available" title="gupnp_root_device_set_available ()">gupnp_root_device_set_available</a>     (<em class="parameter"><code><a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a> *root_device</code></em>,
54                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> available</code></em>);
55 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GUPnPRootDevice.html#gupnp-root-device-get-available" title="gupnp_root_device_get_available ()">gupnp_root_device_get_available</a>     (<em class="parameter"><code><a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a> *root_device</code></em>);
56 const <span class="returnvalue">char</span> *        <a class="link" href="GUPnPRootDevice.html#gupnp-root-device-get-relative-location" title="gupnp_root_device_get_relative_location ()">gupnp_root_device_get_relative_location</a>
57                                                         (<em class="parameter"><code><a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a> *root_device</code></em>);
58 const <span class="returnvalue">char</span> *        <a class="link" href="GUPnPRootDevice.html#gupnp-root-device-get-description-dir" title="gupnp_root_device_get_description_dir ()">gupnp_root_device_get_description_dir</a>
59                                                         (<em class="parameter"><code><a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a> *root_device</code></em>);
60 const <span class="returnvalue">char</span> *        <a class="link" href="GUPnPRootDevice.html#gupnp-root-device-get-description-path" title="gupnp_root_device_get_description_path ()">gupnp_root_device_get_description_path</a>
61                                                         (<em class="parameter"><code><a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a> *root_device</code></em>);
62 </pre>
63 </div>
64 <div class="refsect1">
65 <a name="GUPnPRootDevice.object-hierarchy"></a><h2>Object Hierarchy</h2>
66 <pre class="synopsis">
67   <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
68    +----<a class="link" href="GUPnPDeviceInfo.html" title="GUPnPDeviceInfo">GUPnPDeviceInfo</a>
69          +----<a class="link" href="GUPnPDevice.html" title="GUPnPDevice">GUPnPDevice</a>
70                +----GUPnPRootDevice
71 </pre>
72 </div>
73 <div class="refsect1">
74 <a name="GUPnPRootDevice.properties"></a><h2>Properties</h2>
75 <pre class="synopsis">
76   "<a class="link" href="GUPnPRootDevice.html#GUPnPRootDevice--available" title='The "available" property'>available</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
77   "<a class="link" href="GUPnPRootDevice.html#GUPnPRootDevice--description-dir" title='The "description-dir" property'>description-dir</a>"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only
78   "<a class="link" href="GUPnPRootDevice.html#GUPnPRootDevice--description-doc" title='The "description-doc" property'>description-doc</a>"          <a class="link" href="GUPnPXMLDoc.html" title="GUPnPXMLDoc"><span class="type">GUPnPXMLDoc</span></a>*          : Write / Construct Only
79   "<a class="link" href="GUPnPRootDevice.html#GUPnPRootDevice--description-path" title='The "description-path" property'>description-path</a>"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only
80 </pre>
81 </div>
82 <div class="refsect1">
83 <a name="GUPnPRootDevice.description"></a><h2>Description</h2>
84 <p>
85 <a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a> allows for implementing root devices.
86 </p>
87 <p>
88 </p>
89 </div>
90 <div class="refsect1">
91 <a name="GUPnPRootDevice.details"></a><h2>Details</h2>
92 <div class="refsect2">
93 <a name="GUPnPRootDevice-struct"></a><h3>GUPnPRootDevice</h3>
94 <pre class="programlisting">typedef struct _GUPnPRootDevice GUPnPRootDevice;</pre>
95 <p>
96 This struct contains private data only, and should be accessed using the
97 functions below.
98 </p>
99 <p>
100 </p>
101 </div>
102 <hr>
103 <div class="refsect2">
104 <a name="gupnp-root-device-new"></a><h3>gupnp_root_device_new ()</h3>
105 <pre class="programlisting"><a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="returnvalue">GUPnPRootDevice</span></a> *   gupnp_root_device_new               (<em class="parameter"><code><a class="link" href="GUPnPContext.html" title="GUPnPContext"><span class="type">GUPnPContext</span></a> *context</code></em>,
106                                                          <em class="parameter"><code>const <span class="type">char</span> *description_path</code></em>,
107                                                          <em class="parameter"><code>const <span class="type">char</span> *description_dir</code></em>);</pre>
108 <p>
109 Create a new <a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a> object, automatically loading and parsing
110 device description document from <em class="parameter"><code>description_path</code></em>.
111 </p>
112 <p>
113 </p>
114 <div class="variablelist"><table border="0">
115 <col align="left" valign="top">
116 <tbody>
117 <tr>
118 <td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
119 <td>The <a class="link" href="GUPnPContext.html" title="GUPnPContext"><span class="type">GUPnPContext</span></a>
120 </td>
121 </tr>
122 <tr>
123 <td><p><span class="term"><em class="parameter"><code>description_path</code></em> :</span></p></td>
124 <td>Path to device description document. This could either
125 be an absolute path or path relative to <em class="parameter"><code>description_dir</code></em>.
126 </td>
127 </tr>
128 <tr>
129 <td><p><span class="term"><em class="parameter"><code>description_dir</code></em> :</span></p></td>
130 <td>Path to directory where description documents are provided.
131 </td>
132 </tr>
133 <tr>
134 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
135 <td> A new <em class="parameter"><code>GUPnPRootDevice</code></em> object.
136 </td>
137 </tr>
138 </tbody>
139 </table></div>
140 </div>
141 <hr>
142 <div class="refsect2">
143 <a name="gupnp-root-device-new-full"></a><h3>gupnp_root_device_new_full ()</h3>
144 <pre class="programlisting"><a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="returnvalue">GUPnPRootDevice</span></a> *   gupnp_root_device_new_full          (<em class="parameter"><code><a class="link" href="GUPnPContext.html" title="GUPnPContext"><span class="type">GUPnPContext</span></a> *context</code></em>,
145                                                          <em class="parameter"><code><a class="link" href="GUPnPResourceFactory.html" title="GUPnPResourceFactory"><span class="type">GUPnPResourceFactory</span></a> *factory</code></em>,
146                                                          <em class="parameter"><code><a class="link" href="GUPnPXMLDoc.html" title="GUPnPXMLDoc"><span class="type">GUPnPXMLDoc</span></a> *description_doc</code></em>,
147                                                          <em class="parameter"><code>const <span class="type">char</span> *description_path</code></em>,
148                                                          <em class="parameter"><code>const <span class="type">char</span> *description_dir</code></em>);</pre>
149 <p>
150 Create a new <a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a>, automatically loading and parsing
151 device description document from <em class="parameter"><code>description_path</code></em> if <em class="parameter"><code>description_doc</code></em> is
152 <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
153 </p>
154 <p>
155 </p>
156 <div class="variablelist"><table border="0">
157 <col align="left" valign="top">
158 <tbody>
159 <tr>
160 <td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
161 <td>A <a class="link" href="GUPnPContext.html" title="GUPnPContext"><span class="type">GUPnPContext</span></a>
162 </td>
163 </tr>
164 <tr>
165 <td><p><span class="term"><em class="parameter"><code>factory</code></em> :</span></p></td>
166 <td>A <a class="link" href="GUPnPResourceFactory.html" title="GUPnPResourceFactory"><span class="type">GUPnPResourceFactory</span></a>
167 </td>
168 </tr>
169 <tr>
170 <td><p><span class="term"><em class="parameter"><code>description_doc</code></em> :</span></p></td>
171 <td>Device description document, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
172 </td>
173 </tr>
174 <tr>
175 <td><p><span class="term"><em class="parameter"><code>description_path</code></em> :</span></p></td>
176 <td>Path to device description document. This could either
177 be an absolute path or path relative to <em class="parameter"><code>description_dir</code></em>.
178 </td>
179 </tr>
180 <tr>
181 <td><p><span class="term"><em class="parameter"><code>description_dir</code></em> :</span></p></td>
182 <td>Path to directory where description documents are provided.
183 </td>
184 </tr>
185 <tr>
186 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
187 <td> A new <a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a> object.
188 </td>
189 </tr>
190 </tbody>
191 </table></div>
192 </div>
193 <hr>
194 <div class="refsect2">
195 <a name="gupnp-root-device-set-available"></a><h3>gupnp_root_device_set_available ()</h3>
196 <pre class="programlisting"><span class="returnvalue">void</span>                gupnp_root_device_set_available     (<em class="parameter"><code><a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a> *root_device</code></em>,
197                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> available</code></em>);</pre>
198 <p>
199 Controls whether or not <em class="parameter"><code>root_device</code></em> is available (announcing
200 its presence).
201 </p>
202 <p>
203 </p>
204 <div class="variablelist"><table border="0">
205 <col align="left" valign="top">
206 <tbody>
207 <tr>
208 <td><p><span class="term"><em class="parameter"><code>root_device</code></em> :</span></p></td>
209 <td>A <a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a>
210 </td>
211 </tr>
212 <tr>
213 <td><p><span class="term"><em class="parameter"><code>available</code></em> :</span></p></td>
214 <td>
215 <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>root_device</code></em> should be available
216 </td>
217 </tr>
218 </tbody>
219 </table></div>
220 </div>
221 <hr>
222 <div class="refsect2">
223 <a name="gupnp-root-device-get-available"></a><h3>gupnp_root_device_get_available ()</h3>
224 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gupnp_root_device_get_available     (<em class="parameter"><code><a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a> *root_device</code></em>);</pre>
225 <p>
226 Get whether or not <em class="parameter"><code>root_device</code></em> is available (announcing its presence).
227 </p>
228 <p>
229 </p>
230 <div class="variablelist"><table border="0">
231 <col align="left" valign="top">
232 <tbody>
233 <tr>
234 <td><p><span class="term"><em class="parameter"><code>root_device</code></em> :</span></p></td>
235 <td>A <a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a>
236 </td>
237 </tr>
238 <tr>
239 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
240 <td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>root_device</code></em> is available, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
241 </td>
242 </tr>
243 </tbody>
244 </table></div>
245 </div>
246 <hr>
247 <div class="refsect2">
248 <a name="gupnp-root-device-get-relative-location"></a><h3>gupnp_root_device_get_relative_location ()</h3>
249 <pre class="programlisting">const <span class="returnvalue">char</span> *        gupnp_root_device_get_relative_location
250                                                         (<em class="parameter"><code><a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a> *root_device</code></em>);</pre>
251 <p>
252 Get the relative location of <em class="parameter"><code>root_device</code></em>.
253 </p>
254 <p>
255 </p>
256 <div class="variablelist"><table border="0">
257 <col align="left" valign="top">
258 <tbody>
259 <tr>
260 <td><p><span class="term"><em class="parameter"><code>root_device</code></em> :</span></p></td>
261 <td>A <a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a>
262 </td>
263 </tr>
264 <tr>
265 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
266 <td> The relative location of <em class="parameter"><code>root_device</code></em>.
267 </td>
268 </tr>
269 </tbody>
270 </table></div>
271 </div>
272 <hr>
273 <div class="refsect2">
274 <a name="gupnp-root-device-get-description-dir"></a><h3>gupnp_root_device_get_description_dir ()</h3>
275 <pre class="programlisting">const <span class="returnvalue">char</span> *        gupnp_root_device_get_description_dir
276                                                         (<em class="parameter"><code><a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a> *root_device</code></em>);</pre>
277 <p>
278 Get the path to the directory containing description documents related to
279 <em class="parameter"><code>root_device</code></em>.
280 </p>
281 <p>
282 </p>
283 <div class="variablelist"><table border="0">
284 <col align="left" valign="top">
285 <tbody>
286 <tr>
287 <td><p><span class="term"><em class="parameter"><code>root_device</code></em> :</span></p></td>
288 <td>A <a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a>
289 </td>
290 </tr>
291 <tr>
292 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
293 <td> The path to description document directory of <em class="parameter"><code>root_device</code></em>.
294 </td>
295 </tr>
296 </tbody>
297 </table></div>
298 </div>
299 <hr>
300 <div class="refsect2">
301 <a name="gupnp-root-device-get-description-path"></a><h3>gupnp_root_device_get_description_path ()</h3>
302 <pre class="programlisting">const <span class="returnvalue">char</span> *        gupnp_root_device_get_description_path
303                                                         (<em class="parameter"><code><a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a> *root_device</code></em>);</pre>
304 <p>
305 Get the path to the device description document of <em class="parameter"><code>root_device</code></em>.
306 </p>
307 <p>
308 </p>
309 <div class="variablelist"><table border="0">
310 <col align="left" valign="top">
311 <tbody>
312 <tr>
313 <td><p><span class="term"><em class="parameter"><code>root_device</code></em> :</span></p></td>
314 <td>A <a class="link" href="GUPnPRootDevice.html" title="GUPnPRootDevice"><span class="type">GUPnPRootDevice</span></a>
315 </td>
316 </tr>
317 <tr>
318 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
319 <td> The path to device description document of <em class="parameter"><code>root_device</code></em>.
320 </td>
321 </tr>
322 </tbody>
323 </table></div>
324 </div>
325 </div>
326 <div class="refsect1">
327 <a name="GUPnPRootDevice.property-details"></a><h2>Property Details</h2>
328 <div class="refsect2">
329 <a name="GUPnPRootDevice--available"></a><h3>The <code class="literal">"available"</code> property</h3>
330 <pre class="programlisting">  "available"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
331 <p>
332 TRUE if this device is available.
333 </p>
334 <p>
335 </p>
336 <p>Default value: FALSE</p>
337 </div>
338 <hr>
339 <div class="refsect2">
340 <a name="GUPnPRootDevice--description-dir"></a><h3>The <code class="literal">"description-dir"</code> property</h3>
341 <pre class="programlisting">  "description-dir"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only</pre>
342 <p>
343 The path to directory where description documents are provided.
344 </p>
345 <p>
346 </p>
347 <p>Default value: NULL</p>
348 </div>
349 <hr>
350 <div class="refsect2">
351 <a name="GUPnPRootDevice--description-doc"></a><h3>The <code class="literal">"description-doc"</code> property</h3>
352 <pre class="programlisting">  "description-doc"          <a class="link" href="GUPnPXMLDoc.html" title="GUPnPXMLDoc"><span class="type">GUPnPXMLDoc</span></a>*          : Write / Construct Only</pre>
353 <p>
354 Device description document. Constructor property.
355 </p>
356 <p>
357 </p>
358 </div>
359 <hr>
360 <div class="refsect2">
361 <a name="GUPnPRootDevice--description-path"></a><h3>The <code class="literal">"description-path"</code> property</h3>
362 <pre class="programlisting">  "description-path"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only</pre>
363 <p>
364 The path to device description document. This could either be an
365 absolute path or path relative to GUPnPRootDevice:description-dir.
366 </p>
367 <p>
368 </p>
369 <p>Default value: NULL</p>
370 </div>
371 </div>
372 </div>
373 <div class="footer">
374 <hr>
375           Generated by GTK-Doc V1.15.1</div>
376 </body>
377 </html>