~didrocks/ubuntuone-client/use_result_var

« back to all changes in this revision

Viewing changes to docs/reference/html/SyncdaemonFileInfo.html

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2011-02-11 16:18:11 UTC
  • mto: This revision was merged to the branch mainline in revision 67.
  • Revision ID: james.westby@ubuntu.com-20110211161811-n18dj9lde7dxqjzr
Tags: upstream-1.5.4
Import upstream version 1.5.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch01.html" title="[Insert title here]">
9
9
<link rel="prev" href="libsyncdaemon-SyncdaemonEvents.html" title="SyncdaemonEvents">
10
10
<link rel="next" href="SyncdaemonTransferInfo.html" title="SyncdaemonTransferInfo">
11
 
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.16 (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">
28
28
                  <a href="#SyncdaemonFileInfo.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
29
</td></tr>
30
30
</table>
31
 
<div class="refentry" title="SyncdaemonFileInfo">
 
31
<div class="refentry">
32
32
<a name="SyncdaemonFileInfo"></a><div class="titlepage"></div>
33
33
<div class="refnamediv"><table width="100%"><tr>
34
34
<td valign="top">
37
37
</td>
38
38
<td valign="top" align="right"></td>
39
39
</tr></table></div>
40
 
<div class="refsynopsisdiv" title="Synopsis">
 
40
<div class="refsynopsisdiv">
41
41
<a name="SyncdaemonFileInfo.synopsis"></a><h2>Synopsis</h2>
42
 
<pre class="synopsis">                    <a class="link" href="SyncdaemonFileInfo.html#SyncdaemonFileInfoPrivate" title="SyncdaemonFileInfoPrivate">SyncdaemonFileInfoPrivate</a>;
43
 
                    <a class="link" href="SyncdaemonFileInfo.html#SyncdaemonFileInfo-struct" title="SyncdaemonFileInfo">SyncdaemonFileInfo</a>;
 
42
<pre class="synopsis">                    <a class="link" href="SyncdaemonFileInfo.html#SyncdaemonFileInfo-struct" title="SyncdaemonFileInfo">SyncdaemonFileInfo</a>;
44
43
                    <a class="link" href="SyncdaemonFileInfo.html#SyncdaemonFileInfoClass" title="SyncdaemonFileInfoClass">SyncdaemonFileInfoClass</a>;
45
44
<a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="returnvalue">SyncdaemonFileInfo</span></a> * <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-new" title="syncdaemon_file_info_new ()">syncdaemon_file_info_new</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
46
45
<a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="returnvalue">SyncdaemonFileInfo</span></a> * <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-new-from-hash-table" title="syncdaemon_file_info_new_from_hash_table ()">syncdaemon_file_info_new_from_hash_table</a>
60
59
const <span class="returnvalue">gchar</span> *       <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-get-public-url" title="syncdaemon_file_info_get_public_url ()">syncdaemon_file_info_get_public_url</a> (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>);
61
60
<span class="returnvalue">void</span>                <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-set-public-url" title="syncdaemon_file_info_set_public_url ()">syncdaemon_file_info_set_public_url</a> (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>,
62
61
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *public_url</code></em>);
 
62
                    <a class="link" href="SyncdaemonFileInfo.html#SyncdaemonFileInfoPrivate" title="SyncdaemonFileInfoPrivate">SyncdaemonFileInfoPrivate</a>;
63
63
</pre>
64
64
</div>
65
 
<div class="refsect1" title="Object Hierarchy">
 
65
<div class="refsect1">
66
66
<a name="SyncdaemonFileInfo.object-hierarchy"></a><h2>Object Hierarchy</h2>
67
67
<pre class="synopsis">
68
68
  GObject
69
69
   +----SyncdaemonFileInfo
70
70
</pre>
71
71
</div>
72
 
<div class="refsect1" title="Description">
 
72
<div class="refsect1">
73
73
<a name="SyncdaemonFileInfo.description"></a><h2>Description</h2>
74
74
<p>
75
75
</p>
76
76
</div>
77
 
<div class="refsect1" title="Details">
 
77
<div class="refsect1">
78
78
<a name="SyncdaemonFileInfo.details"></a><h2>Details</h2>
79
 
<div class="refsect2" title="SyncdaemonFileInfoPrivate">
80
 
<a name="SyncdaemonFileInfoPrivate"></a><h3>SyncdaemonFileInfoPrivate</h3>
81
 
<pre class="programlisting">typedef struct _SyncdaemonFileInfoPrivate SyncdaemonFileInfoPrivate;</pre>
82
 
<p>
83
 
</p>
84
 
</div>
85
 
<hr>
86
 
<div class="refsect2" title="SyncdaemonFileInfo">
 
79
<div class="refsect2">
87
80
<a name="SyncdaemonFileInfo-struct"></a><h3>SyncdaemonFileInfo</h3>
88
81
<pre class="programlisting">typedef struct _SyncdaemonFileInfo SyncdaemonFileInfo;</pre>
89
82
<p>
90
83
</p>
91
84
</div>
92
85
<hr>
93
 
<div class="refsect2" title="SyncdaemonFileInfoClass">
 
86
<div class="refsect2">
94
87
<a name="SyncdaemonFileInfoClass"></a><h3>SyncdaemonFileInfoClass</h3>
95
88
<pre class="programlisting">typedef struct {
96
89
        GObjectClass parent_class;
100
93
</p>
101
94
</div>
102
95
<hr>
103
 
<div class="refsect2" title="syncdaemon_file_info_new ()">
 
96
<div class="refsect2">
104
97
<a name="syncdaemon-file-info-new"></a><h3>syncdaemon_file_info_new ()</h3>
105
98
<pre class="programlisting"><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="returnvalue">SyncdaemonFileInfo</span></a> * syncdaemon_file_info_new           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
106
 
<div class="variablelist"><table border="0">
107
 
<col align="left" valign="top">
108
 
<tbody><tr>
109
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
110
 
<td>
111
 
</td>
112
 
</tr></tbody>
113
 
</table></div>
114
99
</div>
115
100
<hr>
116
 
<div class="refsect2" title="syncdaemon_file_info_new_from_hash_table ()">
 
101
<div class="refsect2">
117
102
<a name="syncdaemon-file-info-new-from-hash-table"></a><h3>syncdaemon_file_info_new_from_hash_table ()</h3>
118
103
<pre class="programlisting"><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="returnvalue">SyncdaemonFileInfo</span></a> * syncdaemon_file_info_new_from_hash_table
119
104
                                                        (<em class="parameter"><code><span class="type">GHashTable</span> *hash</code></em>);</pre>
120
 
<div class="variablelist"><table border="0">
121
 
<col align="left" valign="top">
122
 
<tbody>
123
 
<tr>
124
 
<td><p><span class="term"><em class="parameter"><code>hash</code></em> :</span></p></td>
125
 
<td>
126
 
</td>
127
 
</tr>
128
 
<tr>
129
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
130
 
<td>
131
 
</td>
132
 
</tr>
133
 
</tbody>
134
 
</table></div>
135
105
</div>
136
106
<hr>
137
 
<div class="refsect2" title="syncdaemon_file_info_get_volume_id ()">
 
107
<div class="refsect2">
138
108
<a name="syncdaemon-file-info-get-volume-id"></a><h3>syncdaemon_file_info_get_volume_id ()</h3>
139
109
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       syncdaemon_file_info_get_volume_id  (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>);</pre>
140
 
<div class="variablelist"><table border="0">
141
 
<col align="left" valign="top">
142
 
<tbody>
143
 
<tr>
144
 
<td><p><span class="term"><em class="parameter"><code>finfo</code></em> :</span></p></td>
145
 
<td>
146
 
</td>
147
 
</tr>
148
 
<tr>
149
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
150
 
<td>
151
 
</td>
152
 
</tr>
153
 
</tbody>
154
 
</table></div>
155
110
</div>
156
111
<hr>
157
 
<div class="refsect2" title="syncdaemon_file_info_set_volume_id ()">
 
112
<div class="refsect2">
158
113
<a name="syncdaemon-file-info-set-volume-id"></a><h3>syncdaemon_file_info_set_volume_id ()</h3>
159
114
<pre class="programlisting"><span class="returnvalue">void</span>                syncdaemon_file_info_set_volume_id  (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>,
160
115
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *volume_id</code></em>);</pre>
161
 
<div class="variablelist"><table border="0">
162
 
<col align="left" valign="top">
163
 
<tbody>
164
 
<tr>
165
 
<td><p><span class="term"><em class="parameter"><code>finfo</code></em> :</span></p></td>
166
 
<td>
167
 
</td>
168
 
</tr>
169
 
<tr>
170
 
<td><p><span class="term"><em class="parameter"><code>volume_id</code></em> :</span></p></td>
171
 
<td>
172
 
</td>
173
 
</tr>
174
 
</tbody>
175
 
</table></div>
176
116
</div>
177
117
<hr>
178
 
<div class="refsect2" title="syncdaemon_file_info_get_node_id ()">
 
118
<div class="refsect2">
179
119
<a name="syncdaemon-file-info-get-node-id"></a><h3>syncdaemon_file_info_get_node_id ()</h3>
180
120
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       syncdaemon_file_info_get_node_id    (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>);</pre>
181
 
<div class="variablelist"><table border="0">
182
 
<col align="left" valign="top">
183
 
<tbody>
184
 
<tr>
185
 
<td><p><span class="term"><em class="parameter"><code>finfo</code></em> :</span></p></td>
186
 
<td>
187
 
</td>
188
 
</tr>
189
 
<tr>
190
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
191
 
<td>
192
 
</td>
193
 
</tr>
194
 
</tbody>
195
 
</table></div>
196
121
</div>
197
122
<hr>
198
 
<div class="refsect2" title="syncdaemon_file_info_set_node_id ()">
 
123
<div class="refsect2">
199
124
<a name="syncdaemon-file-info-set-node-id"></a><h3>syncdaemon_file_info_set_node_id ()</h3>
200
125
<pre class="programlisting"><span class="returnvalue">void</span>                syncdaemon_file_info_set_node_id    (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>,
201
126
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *node_id</code></em>);</pre>
202
 
<div class="variablelist"><table border="0">
203
 
<col align="left" valign="top">
204
 
<tbody>
205
 
<tr>
206
 
<td><p><span class="term"><em class="parameter"><code>finfo</code></em> :</span></p></td>
207
 
<td>
208
 
</td>
209
 
</tr>
210
 
<tr>
211
 
<td><p><span class="term"><em class="parameter"><code>node_id</code></em> :</span></p></td>
212
 
<td>
213
 
</td>
214
 
</tr>
215
 
</tbody>
216
 
</table></div>
217
127
</div>
218
128
<hr>
219
 
<div class="refsect2" title="syncdaemon_file_info_get_path ()">
 
129
<div class="refsect2">
220
130
<a name="syncdaemon-file-info-get-path"></a><h3>syncdaemon_file_info_get_path ()</h3>
221
131
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       syncdaemon_file_info_get_path       (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>);</pre>
222
 
<div class="variablelist"><table border="0">
223
 
<col align="left" valign="top">
224
 
<tbody>
225
 
<tr>
226
 
<td><p><span class="term"><em class="parameter"><code>finfo</code></em> :</span></p></td>
227
 
<td>
228
 
</td>
229
 
</tr>
230
 
<tr>
231
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
232
 
<td>
233
 
</td>
234
 
</tr>
235
 
</tbody>
236
 
</table></div>
237
132
</div>
238
133
<hr>
239
 
<div class="refsect2" title="syncdaemon_file_info_set_path ()">
 
134
<div class="refsect2">
240
135
<a name="syncdaemon-file-info-set-path"></a><h3>syncdaemon_file_info_set_path ()</h3>
241
136
<pre class="programlisting"><span class="returnvalue">void</span>                syncdaemon_file_info_set_path       (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>,
242
137
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>);</pre>
243
 
<div class="variablelist"><table border="0">
244
 
<col align="left" valign="top">
245
 
<tbody>
246
 
<tr>
247
 
<td><p><span class="term"><em class="parameter"><code>finfo</code></em> :</span></p></td>
248
 
<td>
249
 
</td>
250
 
</tr>
251
 
<tr>
252
 
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
253
 
<td>
254
 
</td>
255
 
</tr>
256
 
</tbody>
257
 
</table></div>
258
138
</div>
259
139
<hr>
260
 
<div class="refsect2" title="syncdaemon_file_info_get_is_public ()">
 
140
<div class="refsect2">
261
141
<a name="syncdaemon-file-info-get-is-public"></a><h3>syncdaemon_file_info_get_is_public ()</h3>
262
142
<pre class="programlisting"><span class="returnvalue">gboolean</span>            syncdaemon_file_info_get_is_public  (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>);</pre>
263
 
<div class="variablelist"><table border="0">
264
 
<col align="left" valign="top">
265
 
<tbody>
266
 
<tr>
267
 
<td><p><span class="term"><em class="parameter"><code>finfo</code></em> :</span></p></td>
268
 
<td>
269
 
</td>
270
 
</tr>
271
 
<tr>
272
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
273
 
<td>
274
 
</td>
275
 
</tr>
276
 
</tbody>
277
 
</table></div>
278
143
</div>
279
144
<hr>
280
 
<div class="refsect2" title="syncdaemon_file_info_set_is_public ()">
 
145
<div class="refsect2">
281
146
<a name="syncdaemon-file-info-set-is-public"></a><h3>syncdaemon_file_info_set_is_public ()</h3>
282
147
<pre class="programlisting"><span class="returnvalue">void</span>                syncdaemon_file_info_set_is_public  (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>,
283
148
                                                         <em class="parameter"><code><span class="type">gboolean</span> is_public</code></em>);</pre>
284
 
<div class="variablelist"><table border="0">
285
 
<col align="left" valign="top">
286
 
<tbody>
287
 
<tr>
288
 
<td><p><span class="term"><em class="parameter"><code>finfo</code></em> :</span></p></td>
289
 
<td>
290
 
</td>
291
 
</tr>
292
 
<tr>
293
 
<td><p><span class="term"><em class="parameter"><code>is_public</code></em> :</span></p></td>
294
 
<td>
295
 
</td>
296
 
</tr>
297
 
</tbody>
298
 
</table></div>
299
149
</div>
300
150
<hr>
301
 
<div class="refsect2" title="syncdaemon_file_info_get_public_url ()">
 
151
<div class="refsect2">
302
152
<a name="syncdaemon-file-info-get-public-url"></a><h3>syncdaemon_file_info_get_public_url ()</h3>
303
153
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       syncdaemon_file_info_get_public_url (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>);</pre>
304
 
<div class="variablelist"><table border="0">
305
 
<col align="left" valign="top">
306
 
<tbody>
307
 
<tr>
308
 
<td><p><span class="term"><em class="parameter"><code>finfo</code></em> :</span></p></td>
309
 
<td>
310
 
</td>
311
 
</tr>
312
 
<tr>
313
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
314
 
<td>
315
 
</td>
316
 
</tr>
317
 
</tbody>
318
 
</table></div>
319
154
</div>
320
155
<hr>
321
 
<div class="refsect2" title="syncdaemon_file_info_set_public_url ()">
 
156
<div class="refsect2">
322
157
<a name="syncdaemon-file-info-set-public-url"></a><h3>syncdaemon_file_info_set_public_url ()</h3>
323
158
<pre class="programlisting"><span class="returnvalue">void</span>                syncdaemon_file_info_set_public_url (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>,
324
159
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *public_url</code></em>);</pre>
325
 
<div class="variablelist"><table border="0">
326
 
<col align="left" valign="top">
327
 
<tbody>
328
 
<tr>
329
 
<td><p><span class="term"><em class="parameter"><code>finfo</code></em> :</span></p></td>
330
 
<td>
331
 
</td>
332
 
</tr>
333
 
<tr>
334
 
<td><p><span class="term"><em class="parameter"><code>public_url</code></em> :</span></p></td>
335
 
<td>
336
 
</td>
337
 
</tr>
338
 
</tbody>
339
 
</table></div>
 
160
</div>
 
161
<hr>
 
162
<div class="refsect2">
 
163
<a name="SyncdaemonFileInfoPrivate"></a><h3>SyncdaemonFileInfoPrivate</h3>
 
164
<pre class="programlisting">typedef struct _SyncdaemonFileInfoPrivate SyncdaemonFileInfoPrivate;</pre>
 
165
<p>
 
166
</p>
340
167
</div>
341
168
</div>
342
169
</div>
343
170
<div class="footer">
344
171
<hr>
345
 
          Generated by GTK-Doc V1.15</div>
 
172
          Generated by GTK-Doc V1.16</div>
346
173
</body>
347
174
</html>
 
 
b'\\ No newline at end of file'