tizen 2.3.1 release
[external/gupnp.git] / doc / html / gupnp-Special-UPnP-types.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>Special UPnP types</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-utility.html" title="Utility Functions">
9 <link rel="prev" href="gupnp-Error-codes.html" title="Error codes">
10 <link rel="next" href="api-tools.html" title="Tools">
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="gupnp-Error-codes.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18 <td><a accesskey="u" href="api-utility.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="api-tools.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="#gupnp-Special-UPnP-types.synopsis" class="shortcut">Top</a>
25                    | 
26                   <a href="#gupnp-Special-UPnP-types.description" class="shortcut">Description</a>
27 </td></tr>
28 </table>
29 <div class="refentry">
30 <a name="gupnp-Special-UPnP-types"></a><div class="titlepage"></div>
31 <div class="refnamediv"><table width="100%"><tr>
32 <td valign="top">
33 <h2><span class="refentrytitle"><a name="gupnp-Special-UPnP-types.top_of_page"></a>Special UPnP types</span></h2>
34 <p>Special UPnP types — Extra types for use when calling UPnP actions.</p>
35 </td>
36 <td valign="top" align="right"></td>
37 </tr></table></div>
38 <div class="refsynopsisdiv">
39 <a name="gupnp-Special-UPnP-types.synopsis"></a><h2>Synopsis</h2>
40 <pre class="synopsis">#define             <a class="link" href="gupnp-Special-UPnP-types.html#GUPNP-TYPE-BIN-BASE64:CAPS" title="GUPNP_TYPE_BIN_BASE64">GUPNP_TYPE_BIN_BASE64</a>
41 #define             <a class="link" href="gupnp-Special-UPnP-types.html#GUPNP-TYPE-BIN-HEX:CAPS" title="GUPNP_TYPE_BIN_HEX">GUPNP_TYPE_BIN_HEX</a>
42 #define             <a class="link" href="gupnp-Special-UPnP-types.html#GUPNP-TYPE-DATE:CAPS" title="GUPNP_TYPE_DATE">GUPNP_TYPE_DATE</a>
43 #define             <a class="link" href="gupnp-Special-UPnP-types.html#GUPNP-TYPE-DATE-TIME:CAPS" title="GUPNP_TYPE_DATE_TIME">GUPNP_TYPE_DATE_TIME</a>
44 #define             <a class="link" href="gupnp-Special-UPnP-types.html#GUPNP-TYPE-DATE-TIME-TZ:CAPS" title="GUPNP_TYPE_DATE_TIME_TZ">GUPNP_TYPE_DATE_TIME_TZ</a>
45 #define             <a class="link" href="gupnp-Special-UPnP-types.html#GUPNP-TYPE-TIME:CAPS" title="GUPNP_TYPE_TIME">GUPNP_TYPE_TIME</a>
46 #define             <a class="link" href="gupnp-Special-UPnP-types.html#GUPNP-TYPE-TIME-TZ:CAPS" title="GUPNP_TYPE_TIME_TZ">GUPNP_TYPE_TIME_TZ</a>
47 #define             <a class="link" href="gupnp-Special-UPnP-types.html#GUPNP-TYPE-URI:CAPS" title="GUPNP_TYPE_URI">GUPNP_TYPE_URI</a>
48 #define             <a class="link" href="gupnp-Special-UPnP-types.html#GUPNP-TYPE-UUID:CAPS" title="GUPNP_TYPE_UUID">GUPNP_TYPE_UUID</a>
49 </pre>
50 </div>
51 <div class="refsect1">
52 <a name="gupnp-Special-UPnP-types.description"></a><h2>Description</h2>
53 <p>
54 These GTypes are used to marshal to and from string data to particular UPnP
55 types when invoking actions on a <a class="link" href="GUPnPServiceProxy.html" title="GUPnPServiceProxy"><span class="type">GUPnPServiceProxy</span></a>.
56 </p>
57 <p>
58 </p>
59 </div>
60 <div class="refsect1">
61 <a name="gupnp-Special-UPnP-types.details"></a><h2>Details</h2>
62 <div class="refsect2">
63 <a name="GUPNP-TYPE-BIN-BASE64:CAPS"></a><h3>GUPNP_TYPE_BIN_BASE64</h3>
64 <pre class="programlisting">#define             GUPNP_TYPE_BIN_BASE64</pre>
65 <p>
66 A string type containing Base-64 encoded binary data.
67 </p>
68 <p>
69 </p>
70 </div>
71 <hr>
72 <div class="refsect2">
73 <a name="GUPNP-TYPE-BIN-HEX:CAPS"></a><h3>GUPNP_TYPE_BIN_HEX</h3>
74 <pre class="programlisting">#define             GUPNP_TYPE_BIN_HEX</pre>
75 <p>
76 A string type containing binary hexadecimal encoded binary data.
77 </p>
78 <p>
79 </p>
80 </div>
81 <hr>
82 <div class="refsect2">
83 <a name="GUPNP-TYPE-DATE:CAPS"></a><h3>GUPNP_TYPE_DATE</h3>
84 <pre class="programlisting">#define             GUPNP_TYPE_DATE</pre>
85 <p>
86 A string type representing a date in ISO 8601 format with no time or timezone.
87 </p>
88 <p>
89 </p>
90 </div>
91 <hr>
92 <div class="refsect2">
93 <a name="GUPNP-TYPE-DATE-TIME:CAPS"></a><h3>GUPNP_TYPE_DATE_TIME</h3>
94 <pre class="programlisting">#define             GUPNP_TYPE_DATE_TIME</pre>
95 <p>
96 A string type representing a date in ISO 8601 format with optional time but no timezone.
97 </p>
98 <p>
99 </p>
100 </div>
101 <hr>
102 <div class="refsect2">
103 <a name="GUPNP-TYPE-DATE-TIME-TZ:CAPS"></a><h3>GUPNP_TYPE_DATE_TIME_TZ</h3>
104 <pre class="programlisting">#define             GUPNP_TYPE_DATE_TIME_TZ</pre>
105 <p>
106 A string type representing a date in ISO 8601 format with optional time and timezone.
107 </p>
108 <p>
109 </p>
110 </div>
111 <hr>
112 <div class="refsect2">
113 <a name="GUPNP-TYPE-TIME:CAPS"></a><h3>GUPNP_TYPE_TIME</h3>
114 <pre class="programlisting">#define             GUPNP_TYPE_TIME</pre>
115 <p>
116 A string type representing a time in ISO 8601 format with no date or timezone.
117 </p>
118 <p>
119 </p>
120 </div>
121 <hr>
122 <div class="refsect2">
123 <a name="GUPNP-TYPE-TIME-TZ:CAPS"></a><h3>GUPNP_TYPE_TIME_TZ</h3>
124 <pre class="programlisting">#define             GUPNP_TYPE_TIME_TZ</pre>
125 <p>
126 A string type representing a time in ISO 8601 format with optional timezone and no date.
127 </p>
128 <p>
129 </p>
130 </div>
131 <hr>
132 <div class="refsect2">
133 <a name="GUPNP-TYPE-URI:CAPS"></a><h3>GUPNP_TYPE_URI</h3>
134 <pre class="programlisting">#define             GUPNP_TYPE_URI</pre>
135 <p>
136 A string type representing a Universal Resource Indentifier.
137 </p>
138 <p>
139 </p>
140 </div>
141 <hr>
142 <div class="refsect2">
143 <a name="GUPNP-TYPE-UUID:CAPS"></a><h3>GUPNP_TYPE_UUID</h3>
144 <pre class="programlisting">#define             GUPNP_TYPE_UUID</pre>
145 <p>
146 A Universally Unique ID represented as a hexadecimal-encoded string.
147 </p>
148 <p>
149 </p>
150 </div>
151 </div>
152 </div>
153 <div class="footer">
154 <hr>
155           Generated by GTK-Doc V1.15.1</div>
156 </body>
157 </html>