~ubuntu-branches/debian/experimental/gupnp/experimental

« back to all changes in this revision

Viewing changes to doc/xml/gupnp-device-proxy.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2008-06-30 09:32:18 UTC
  • mfrom: (1.2.1 upstream) (2.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080630093218-vmb4elru8cn18579
Tags: 0.12.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
 
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
3
 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4
 
<!ENTITY version SYSTEM "version.xml">               
5
 
]>
6
 
<refentry id="gupnp-GUPnPDeviceProxy">
 
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
 
3
<refentry id="GUPnPDeviceProxy">
7
4
<refmeta>
8
 
<refentrytitle role="top_of_page">GUPnPDeviceProxy</refentrytitle>
 
5
<refentrytitle role="top_of_page" id="GUPnPDeviceProxy.top_of_page">GUPnPDeviceProxy</refentrytitle>
9
6
<manvolnum>3</manvolnum>
10
7
<refmiscinfo>GUPNP Library</refmiscinfo>
11
8
</refmeta>
16
13
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
17
14
</refnamediv>
18
15
 
19
 
<refsynopsisdiv role="synopsis">
 
16
<refsynopsisdiv id="GUPnPDeviceProxy.synopsis" role="synopsis">
20
17
<title role="synopsis.title">Synopsis</title>
21
18
 
22
19
<synopsis>
23
 
 
24
 
 
25
 
 
26
 
                    <link linkend="GUPnPDeviceProxy">GUPnPDeviceProxy</link>;
27
 
 
 
20
                    <link linkend="GUPnPDeviceProxy-struct">GUPnPDeviceProxy</link>;
28
21
</synopsis>
29
22
</refsynopsisdiv>
30
23
 
31
 
 
32
 
 
33
 
 
34
 
 
35
 
 
36
 
 
37
 
 
38
 
 
39
 
<refsect1 role="desc">
 
24
<refsect1 id="GUPnPDeviceProxy.object-hierarchy" role="object_hierarchy">
 
25
<title role="object_hierarchy.title">Object Hierarchy</title>
 
26
<synopsis>
 
27
  <link linkend="GObject">GObject</link>
 
28
   +----<link linkend="GUPnPDeviceInfo">GUPnPDeviceInfo</link>
 
29
         +----GUPnPDeviceProxy
 
30
</synopsis>
 
31
 
 
32
</refsect1>
 
33
 
 
34
 
 
35
 
 
36
 
 
37
 
 
38
 
 
39
 
 
40
 
 
41
<refsect1 id="GUPnPDeviceProxy.description" role="desc">
40
42
<title role="desc.title">Description</title>
41
43
<para>
42
44
<link linkend="GUPnPDeviceProxy"><type>GUPnPDeviceProxy</type></link> allows for retrieving proxies for a device's subdevices
46
48
</para>
47
49
</refsect1>
48
50
 
49
 
<refsect1 role="details">
 
51
<refsect1 id="GUPnPDeviceProxy.details" role="details">
50
52
<title role="details.title">Details</title>
51
 
<refsect2>
52
 
<title><anchor id="GUPnPDeviceProxy" role="struct"/>GUPnPDeviceProxy</title>
53
 
<indexterm><primary>GUPnPDeviceProxy</primary></indexterm><programlisting>typedef struct {
54
 
        GUPnPDeviceInfo parent;
55
 
 
56
 
        gpointer _gupnp_reserved;
57
 
} GUPnPDeviceProxy;
58
 
</programlisting>
 
53
<refsect2 id="GUPnPDeviceProxy-struct" role="struct">
 
54
<title>GUPnPDeviceProxy</title>
 
55
<indexterm zone="GUPnPDeviceProxy-struct"><primary>GUPnPDeviceProxy</primary></indexterm><programlisting>typedef struct _GUPnPDeviceProxy GUPnPDeviceProxy;</programlisting>
 
56
<para>
 
57
This struct contains private data only, and should be accessed using the
 
58
functions below.</para>
59
59
<para>
60
60
 
61
61
</para></refsect2>