~ubuntu-branches/ubuntu/precise/ubuntuone-client/precise-201201132228

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Rodney Dawes
  • Date: 2011-12-21 15:46:25 UTC
  • mfrom: (1.1.56)
  • Revision ID: package-import@ubuntu.com-20111221154625-ujvunri4frsecj2k
Tags: 2.99.0-0ubuntu1
* New upstream release.
  - Verify timestamp to avoid invalid auth failures (LP: #692597)
  - Files in new UDFs not uploaded due to filtering (LP: #869920)
* debian/patches:
  - Remove upstreamed patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="libsyncdaemon Reference Manual">
8
8
<link rel="up" href="ch01.html" title="[Insert title here]">
9
 
<link rel="prev" href="libsyncdaemon-SyncdaemonEvents.html" title="SyncdaemonEvents">
 
9
<link rel="prev" href="SyncdaemonEventsInterface.html" title="SyncdaemonEventsInterface">
10
10
<link rel="next" href="SyncdaemonTransferInfo.html" title="SyncdaemonTransferInfo">
11
 
<meta name="generator" content="GTK-Doc V1.17 (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">
15
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
16
<tr valign="middle">
17
 
<td><a accesskey="p" href="libsyncdaemon-SyncdaemonEvents.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
17
<td><a accesskey="p" href="SyncdaemonEventsInterface.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
18
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
20
<th width="100%" align="center">libsyncdaemon Reference Manual</th>
41
41
<a name="SyncdaemonFileInfo.synopsis"></a><h2>Synopsis</h2>
42
42
<pre class="synopsis">                    <a class="link" href="SyncdaemonFileInfo.html#SyncdaemonFileInfo-struct" title="SyncdaemonFileInfo">SyncdaemonFileInfo</a>;
43
43
                    <a class="link" href="SyncdaemonFileInfo.html#SyncdaemonFileInfoClass" title="SyncdaemonFileInfoClass">SyncdaemonFileInfoClass</a>;
 
44
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-get-is-public" title="syncdaemon_file_info_get_is_public ()">syncdaemon_file_info_get_is_public</a>  (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>);
 
45
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-get-node-id" title="syncdaemon_file_info_get_node_id ()">syncdaemon_file_info_get_node_id</a>    (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>);
 
46
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-get-path" title="syncdaemon_file_info_get_path ()">syncdaemon_file_info_get_path</a>       (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>);
 
47
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <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>);
 
48
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-get-volume-id" title="syncdaemon_file_info_get_volume_id ()">syncdaemon_file_info_get_volume_id</a>  (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>);
44
49
<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>);
45
50
<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>
46
51
                                                        (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *hash</code></em>);
47
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-get-volume-id" title="syncdaemon_file_info_get_volume_id ()">syncdaemon_file_info_get_volume_id</a>  (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>);
48
 
<span class="returnvalue">void</span>                <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-set-volume-id" title="syncdaemon_file_info_set_volume_id ()">syncdaemon_file_info_set_volume_id</a>  (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>,
49
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *volume_id</code></em>);
50
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-get-node-id" title="syncdaemon_file_info_get_node_id ()">syncdaemon_file_info_get_node_id</a>    (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>);
 
52
<span class="returnvalue">void</span>                <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-set-is-public" title="syncdaemon_file_info_set_is_public ()">syncdaemon_file_info_set_is_public</a>  (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>,
 
53
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_public</code></em>);
51
54
<span class="returnvalue">void</span>                <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-set-node-id" title="syncdaemon_file_info_set_node_id ()">syncdaemon_file_info_set_node_id</a>    (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>,
52
55
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *node_id</code></em>);
53
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-get-path" title="syncdaemon_file_info_get_path ()">syncdaemon_file_info_get_path</a>       (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>);
54
56
<span class="returnvalue">void</span>                <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-set-path" title="syncdaemon_file_info_set_path ()">syncdaemon_file_info_set_path</a>       (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>,
55
57
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>);
56
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-get-is-public" title="syncdaemon_file_info_get_is_public ()">syncdaemon_file_info_get_is_public</a>  (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>);
57
 
<span class="returnvalue">void</span>                <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-set-is-public" title="syncdaemon_file_info_set_is_public ()">syncdaemon_file_info_set_is_public</a>  (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>,
58
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_public</code></em>);
59
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <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>);
60
58
<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>,
61
59
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *public_url</code></em>);
62
 
                    <a class="link" href="SyncdaemonFileInfo.html#SyncdaemonFileInfoPrivate" title="SyncdaemonFileInfoPrivate">SyncdaemonFileInfoPrivate</a>;
 
60
<span class="returnvalue">void</span>                <a class="link" href="SyncdaemonFileInfo.html#syncdaemon-file-info-set-volume-id" title="syncdaemon_file_info_set_volume_id ()">syncdaemon_file_info_set_volume_id</a>  (<em class="parameter"><code><a class="link" href="SyncdaemonFileInfo.html" title="SyncdaemonFileInfo"><span class="type">SyncdaemonFileInfo</span></a> *finfo</code></em>,
 
61
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *volume_id</code></em>);
63
62
</pre>
64
63
</div>
65
64
<div class="refsect1">
94
93
</div>
95
94
<hr>
96
95
<div class="refsect2">
 
96
<a name="syncdaemon-file-info-get-is-public"></a><h3>syncdaemon_file_info_get_is_public ()</h3>
 
97
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            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>
 
98
</div>
 
99
<hr>
 
100
<div class="refsect2">
 
101
<a name="syncdaemon-file-info-get-node-id"></a><h3>syncdaemon_file_info_get_node_id ()</h3>
 
102
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       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>
 
103
</div>
 
104
<hr>
 
105
<div class="refsect2">
 
106
<a name="syncdaemon-file-info-get-path"></a><h3>syncdaemon_file_info_get_path ()</h3>
 
107
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       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>
 
108
</div>
 
109
<hr>
 
110
<div class="refsect2">
 
111
<a name="syncdaemon-file-info-get-public-url"></a><h3>syncdaemon_file_info_get_public_url ()</h3>
 
112
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       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>
 
113
</div>
 
114
<hr>
 
115
<div class="refsect2">
 
116
<a name="syncdaemon-file-info-get-volume-id"></a><h3>syncdaemon_file_info_get_volume_id ()</h3>
 
117
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       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>
 
118
</div>
 
119
<hr>
 
120
<div class="refsect2">
97
121
<a name="syncdaemon-file-info-new"></a><h3>syncdaemon_file_info_new ()</h3>
98
122
<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>
99
123
</div>
105
129
</div>
106
130
<hr>
107
131
<div class="refsect2">
108
 
<a name="syncdaemon-file-info-get-volume-id"></a><h3>syncdaemon_file_info_get_volume_id ()</h3>
109
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       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>
110
 
</div>
111
 
<hr>
112
 
<div class="refsect2">
113
 
<a name="syncdaemon-file-info-set-volume-id"></a><h3>syncdaemon_file_info_set_volume_id ()</h3>
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>,
115
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *volume_id</code></em>);</pre>
116
 
</div>
117
 
<hr>
118
 
<div class="refsect2">
119
 
<a name="syncdaemon-file-info-get-node-id"></a><h3>syncdaemon_file_info_get_node_id ()</h3>
120
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       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>
 
132
<a name="syncdaemon-file-info-set-is-public"></a><h3>syncdaemon_file_info_set_is_public ()</h3>
 
133
<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>,
 
134
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_public</code></em>);</pre>
121
135
</div>
122
136
<hr>
123
137
<div class="refsect2">
127
141
</div>
128
142
<hr>
129
143
<div class="refsect2">
130
 
<a name="syncdaemon-file-info-get-path"></a><h3>syncdaemon_file_info_get_path ()</h3>
131
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       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>
132
 
</div>
133
 
<hr>
134
 
<div class="refsect2">
135
144
<a name="syncdaemon-file-info-set-path"></a><h3>syncdaemon_file_info_set_path ()</h3>
136
145
<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>,
137
146
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *path</code></em>);</pre>
138
147
</div>
139
148
<hr>
140
149
<div class="refsect2">
141
 
<a name="syncdaemon-file-info-get-is-public"></a><h3>syncdaemon_file_info_get_is_public ()</h3>
142
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            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>
143
 
</div>
144
 
<hr>
145
 
<div class="refsect2">
146
 
<a name="syncdaemon-file-info-set-is-public"></a><h3>syncdaemon_file_info_set_is_public ()</h3>
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>,
148
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_public</code></em>);</pre>
149
 
</div>
150
 
<hr>
151
 
<div class="refsect2">
152
 
<a name="syncdaemon-file-info-get-public-url"></a><h3>syncdaemon_file_info_get_public_url ()</h3>
153
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       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>
154
 
</div>
155
 
<hr>
156
 
<div class="refsect2">
157
150
<a name="syncdaemon-file-info-set-public-url"></a><h3>syncdaemon_file_info_set_public_url ()</h3>
158
151
<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>,
159
152
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *public_url</code></em>);</pre>
160
153
</div>
161
154
<hr>
162
155
<div class="refsect2">
163
 
<a name="SyncdaemonFileInfoPrivate"></a><h3>SyncdaemonFileInfoPrivate</h3>
164
 
<pre class="programlisting">typedef struct _SyncdaemonFileInfoPrivate SyncdaemonFileInfoPrivate;</pre>
165
 
<p>
166
 
</p>
 
156
<a name="syncdaemon-file-info-set-volume-id"></a><h3>syncdaemon_file_info_set_volume_id ()</h3>
 
157
<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>,
 
158
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *volume_id</code></em>);</pre>
167
159
</div>
168
160
</div>
169
161
</div>
170
162
<div class="footer">
171
163
<hr>
172
 
          Generated by GTK-Doc V1.17</div>
 
164
          Generated by GTK-Doc V1.18</div>
173
165
</body>
174
166
</html>
 
 
b'\\ No newline at end of file'