~ubuntu-branches/ubuntu/trusty/glib2.0/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gio/html/GFileMonitor.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-09 11:28:22 UTC
  • mfrom: (3.4.8 experimental)
  • Revision ID: james.westby@ubuntu.com-20100309112822-j4n0v3xbtsup8s97
Tags: 2.23.5-1ubuntu1
* Resync on Debian
* debian/patches/01_gettext-desktopfiles.patch:
  - updated to use gettext for X-GNOME-Fullname too
* debian/patches/71_gio_launch_handler.patch:
  - new gio default launch handle feature required for wncksync
* debian/control.in, 
  debian/patches/80-gtester-subunit.patch:
  - gtester-report subunit support
* debian/libglib2.0-0.symbols:
  - updated the symbols list for the gio launcher handler
* debian/rules:
  - don't break build on test suite errors, debian recently activated this but
    the build breaks even when there is no error in the testsuite

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>GFileMonitor</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
7
<link rel="home" href="index.html" title="GIO Reference Manual">
8
8
<link rel="up" href="file_mon.html" title="File System Monitoring">
9
9
<link rel="prev" href="file_mon.html" title="File System Monitoring">
10
10
<link rel="next" href="async.html" title="Asynchronous I/O">
11
 
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="pt01.html" title="Part I. GIO Overview">
14
14
<link rel="chapter" href="ch01.html" title="Introduction">
52
52
</tr>
53
53
<tr><td colspan="5" class="shortcuts">
54
54
<a href="#GFileMonitor.synopsis" class="shortcut">Top</a>
55
 
                   | 
56
 
                  <a href="#GFileMonitor.description" class="shortcut">Description</a>
57
 
                   | 
58
 
                  <a href="#GFileMonitor.object-hierarchy" class="shortcut">Object Hierarchy</a>
59
 
                   | 
60
 
                  <a href="#GFileMonitor.properties" class="shortcut">Properties</a>
61
 
                   | 
62
 
                  <a href="#GFileMonitor.signals" class="shortcut">Signals</a>
 
55
                 | 
 
56
                <a href="#GFileMonitor.description" class="shortcut">Description</a>
 
57
                 | 
 
58
                <a href="#GFileMonitor.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
59
                 | 
 
60
                <a href="#GFileMonitor.properties" class="shortcut">Properties</a>
 
61
                 | 
 
62
                <a href="#GFileMonitor.signals" class="shortcut">Signals</a>
63
63
</td></tr>
64
64
</table>
65
65
<div class="refentry" title="GFileMonitor">
74
74
<div class="refsynopsisdiv" title="Synopsis">
75
75
<a name="GFileMonitor.synopsis"></a><h2>Synopsis</h2>
76
76
<pre class="synopsis">
 
77
 
77
78
#include &lt;gio/gio.h&gt;
78
79
 
79
80
enum                <a class="link" href="GFileMonitor.html#GFileMonitorEvent" title="enum GFileMonitorEvent">GFileMonitorEvent</a>;
80
81
                    <a class="link" href="GFileMonitor.html#GFileMonitor-struct" title="GFileMonitor">GFileMonitor</a>;
81
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GFileMonitor.html#g-file-monitor-cancel" title="g_file_monitor_cancel ()">g_file_monitor_cancel</a>               (<a class="link" href="GFileMonitor.html" title="GFileMonitor"><span class="returnvalue">GFileMonitor</span></a> *monitor);
82
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GFileMonitor.html#g-file-monitor-is-cancelled" title="g_file_monitor_is_cancelled ()">g_file_monitor_is_cancelled</a>         (<a class="link" href="GFileMonitor.html" title="GFileMonitor"><span class="returnvalue">GFileMonitor</span></a> *monitor);
83
 
<span class="returnvalue">void</span>                <a class="link" href="GFileMonitor.html#g-file-monitor-set-rate-limit" title="g_file_monitor_set_rate_limit ()">g_file_monitor_set_rate_limit</a>       (<a class="link" href="GFileMonitor.html" title="GFileMonitor"><span class="returnvalue">GFileMonitor</span></a> *monitor,
84
 
                                                         <span class="returnvalue">int</span> limit_msecs);
85
 
<span class="returnvalue">void</span>                <a class="link" href="GFileMonitor.html#g-file-monitor-emit-event" title="g_file_monitor_emit_event ()">g_file_monitor_emit_event</a>           (<a class="link" href="GFileMonitor.html" title="GFileMonitor"><span class="returnvalue">GFileMonitor</span></a> *monitor,
86
 
                                                         <a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> *child,
87
 
                                                         <a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> *other_file,
88
 
                                                         <a class="link" href="GFileMonitor.html#GFileMonitorEvent" title="enum GFileMonitorEvent"><span class="returnvalue">GFileMonitorEvent</span></a> event_type);
 
82
<a
 
83
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
84
>gboolean</a>            <a class="link" href="GFileMonitor.html#g-file-monitor-cancel" title="g_file_monitor_cancel ()">g_file_monitor_cancel</a>               (<a class="link" href="GFileMonitor.html" title="GFileMonitor">GFileMonitor</a> *monitor);
 
85
<a
 
86
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
87
>gboolean</a>            <a class="link" href="GFileMonitor.html#g-file-monitor-is-cancelled" title="g_file_monitor_is_cancelled ()">g_file_monitor_is_cancelled</a>         (<a class="link" href="GFileMonitor.html" title="GFileMonitor">GFileMonitor</a> *monitor);
 
88
void                <a class="link" href="GFileMonitor.html#g-file-monitor-set-rate-limit" title="g_file_monitor_set_rate_limit ()">g_file_monitor_set_rate_limit</a>       (<a class="link" href="GFileMonitor.html" title="GFileMonitor">GFileMonitor</a> *monitor,
 
89
                                                         int limit_msecs);
 
90
void                <a class="link" href="GFileMonitor.html#g-file-monitor-emit-event" title="g_file_monitor_emit_event ()">g_file_monitor_emit_event</a>           (<a class="link" href="GFileMonitor.html" title="GFileMonitor">GFileMonitor</a> *monitor,
 
91
                                                         <a class="link" href="GFile.html" title="GFile">GFile</a> *child,
 
92
                                                         <a class="link" href="GFile.html" title="GFile">GFile</a> *other_file,
 
93
                                                         <a class="link" href="GFileMonitor.html#GFileMonitorEvent" title="enum GFileMonitorEvent">GFileMonitorEvent</a> event_type);
89
94
</pre>
90
95
</div>
91
96
<div class="refsect1" title="Object Hierarchy">
92
97
<a name="GFileMonitor.object-hierarchy"></a><h2>Object Hierarchy</h2>
93
98
<pre class="synopsis">
94
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
99
  GObject
95
100
   +----GFileMonitor
96
101
</pre>
97
102
</div>
98
103
<div class="refsect1" title="Properties">
99
104
<a name="GFileMonitor.properties"></a><h2>Properties</h2>
100
105
<pre class="synopsis">
101
 
  "<a class="link" href="GFileMonitor.html#GFileMonitor--cancelled" title='The "cancelled" property'>cancelled</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read
102
 
  "<a class="link" href="GFileMonitor.html#GFileMonitor--rate-limit" title='The "rate-limit" property'>rate-limit</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
 
106
  "<a class="link" href="GFileMonitor.html#GFileMonitor--cancelled" title='The "cancelled" property'>cancelled</a>"                <a
 
107
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
108
>gboolean</a>              : Read
 
109
  "<a class="link" href="GFileMonitor.html#GFileMonitor--rate-limit" title='The "rate-limit" property'>rate-limit</a>"               <a
 
110
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
111
>gint</a>                  : Read / Write
103
112
</pre>
104
113
</div>
105
114
<div class="refsect1" title="Signals">
121
130
<p>
122
131
To get informed about changes to the file or directory you are
123
132
monitoring, connect to the <a class="link" href="GFileMonitor.html#GFileMonitor-changed" title='The "changed" signal'><span class="type">"changed"</span></a> signal. The
124
 
signal will be emitted in the <GTKDOCLINK HREF="g-main-context-push-thread-default">thread-default main
125
 
context</GTKDOCLINK> of the thread that the monitor was created in
 
133
signal will be emitted in the <a
 
134
href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-main-context-push-thread-default"
 
135
>thread-default main
 
136
context</a> of the thread that the monitor was created in
126
137
(though if the global default main context is blocked, this may
127
138
cause notifications to be blocked even if the thread-default
128
139
context is still running).</p>
 
140
<p>
 
141
</p>
129
142
</div>
130
143
<div class="refsect1" title="Details">
131
144
<a name="GFileMonitor.details"></a><h2>Details</h2>
144
157
</pre>
145
158
<p>
146
159
Specifies what type of event a monitor event is.</p>
 
160
<p>
 
161
</p>
147
162
<div class="variablelist"><table border="0">
148
163
<col align="left" valign="top">
149
164
<tbody>
150
165
<tr>
151
 
<td><p><a name="G-FILE-MONITOR-EVENT-CHANGED:CAPS"></a><span class="term"><code class="literal">G_FILE_MONITOR_EVENT_CHANGED</code></span></p></td>
 
166
<td><p><a name="G-FILE-MONITOR-EVENT-CHANGED--CAPS"></a><span class="term"><code class="literal">G_FILE_MONITOR_EVENT_CHANGED</code></span></p></td>
152
167
<td> a file changed.
153
168
</td>
154
169
</tr>
155
170
<tr>
156
 
<td><p><a name="G-FILE-MONITOR-EVENT-CHANGES-DONE-HINT:CAPS"></a><span class="term"><code class="literal">G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT</code></span></p></td>
 
171
<td><p><a name="G-FILE-MONITOR-EVENT-CHANGES-DONE-HINT--CAPS"></a><span class="term"><code class="literal">G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT</code></span></p></td>
157
172
<td> a hint that this was probably the last change in a set of changes.
158
173
</td>
159
174
</tr>
160
175
<tr>
161
 
<td><p><a name="G-FILE-MONITOR-EVENT-DELETED:CAPS"></a><span class="term"><code class="literal">G_FILE_MONITOR_EVENT_DELETED</code></span></p></td>
 
176
<td><p><a name="G-FILE-MONITOR-EVENT-DELETED--CAPS"></a><span class="term"><code class="literal">G_FILE_MONITOR_EVENT_DELETED</code></span></p></td>
162
177
<td> a file was deleted.
163
178
</td>
164
179
</tr>
165
180
<tr>
166
 
<td><p><a name="G-FILE-MONITOR-EVENT-CREATED:CAPS"></a><span class="term"><code class="literal">G_FILE_MONITOR_EVENT_CREATED</code></span></p></td>
 
181
<td><p><a name="G-FILE-MONITOR-EVENT-CREATED--CAPS"></a><span class="term"><code class="literal">G_FILE_MONITOR_EVENT_CREATED</code></span></p></td>
167
182
<td> a file was created.
168
183
</td>
169
184
</tr>
170
185
<tr>
171
 
<td><p><a name="G-FILE-MONITOR-EVENT-ATTRIBUTE-CHANGED:CAPS"></a><span class="term"><code class="literal">G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED</code></span></p></td>
 
186
<td><p><a name="G-FILE-MONITOR-EVENT-ATTRIBUTE-CHANGED--CAPS"></a><span class="term"><code class="literal">G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED</code></span></p></td>
172
187
<td> a file attribute was changed.
173
188
</td>
174
189
</tr>
175
190
<tr>
176
 
<td><p><a name="G-FILE-MONITOR-EVENT-PRE-UNMOUNT:CAPS"></a><span class="term"><code class="literal">G_FILE_MONITOR_EVENT_PRE_UNMOUNT</code></span></p></td>
 
191
<td><p><a name="G-FILE-MONITOR-EVENT-PRE-UNMOUNT--CAPS"></a><span class="term"><code class="literal">G_FILE_MONITOR_EVENT_PRE_UNMOUNT</code></span></p></td>
177
192
<td> the file location will soon be unmounted.
178
193
</td>
179
194
</tr>
180
195
<tr>
181
 
<td><p><a name="G-FILE-MONITOR-EVENT-UNMOUNTED:CAPS"></a><span class="term"><code class="literal">G_FILE_MONITOR_EVENT_UNMOUNTED</code></span></p></td>
 
196
<td><p><a name="G-FILE-MONITOR-EVENT-UNMOUNTED--CAPS"></a><span class="term"><code class="literal">G_FILE_MONITOR_EVENT_UNMOUNTED</code></span></p></td>
182
197
<td> the file location was unmounted.
183
198
</td>
184
199
</tr>
185
200
<tr>
186
 
<td><p><a name="G-FILE-MONITOR-EVENT-MOVED:CAPS"></a><span class="term"><code class="literal">G_FILE_MONITOR_EVENT_MOVED</code></span></p></td>
 
201
<td><p><a name="G-FILE-MONITOR-EVENT-MOVED--CAPS"></a><span class="term"><code class="literal">G_FILE_MONITOR_EVENT_MOVED</code></span></p></td>
187
202
<td> the file was moved.
188
203
</td>
189
204
</tr>
196
211
<pre class="programlisting">typedef struct _GFileMonitor GFileMonitor;</pre>
197
212
<p>
198
213
Watches for changes to a file.</p>
 
214
<p>
 
215
</p>
199
216
</div>
200
217
<hr>
201
218
<div class="refsect2" title="g_file_monitor_cancel ()">
202
219
<a name="g-file-monitor-cancel"></a><h3>g_file_monitor_cancel ()</h3>
203
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            g_file_monitor_cancel               (<a class="link" href="GFileMonitor.html" title="GFileMonitor"><span class="returnvalue">GFileMonitor</span></a> *monitor);</pre>
 
220
<pre class="programlisting"><a
 
221
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
222
>gboolean</a>            g_file_monitor_cancel               (<a class="link" href="GFileMonitor.html" title="GFileMonitor">GFileMonitor</a> *monitor);</pre>
204
223
<p>
205
224
Cancels a file monitor.</p>
 
225
<p>
 
226
</p>
206
227
<div class="variablelist"><table border="0">
207
228
<col align="left" valign="top">
208
229
<tbody>
213
234
</tr>
214
235
<tr>
215
236
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
216
 
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if monitor was cancelled.
 
237
<td> <a
 
238
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
 
239
><code class="literal">TRUE</code></a> if monitor was cancelled.
217
240
</td>
218
241
</tr>
219
242
</tbody>
222
245
<hr>
223
246
<div class="refsect2" title="g_file_monitor_is_cancelled ()">
224
247
<a name="g-file-monitor-is-cancelled"></a><h3>g_file_monitor_is_cancelled ()</h3>
225
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            g_file_monitor_is_cancelled         (<a class="link" href="GFileMonitor.html" title="GFileMonitor"><span class="returnvalue">GFileMonitor</span></a> *monitor);</pre>
 
248
<pre class="programlisting"><a
 
249
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
250
>gboolean</a>            g_file_monitor_is_cancelled         (<a class="link" href="GFileMonitor.html" title="GFileMonitor">GFileMonitor</a> *monitor);</pre>
226
251
<p>
227
252
Returns whether the monitor is canceled.</p>
 
253
<p>
 
254
</p>
228
255
<div class="variablelist"><table border="0">
229
256
<col align="left" valign="top">
230
257
<tbody>
235
262
</tr>
236
263
<tr>
237
264
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
238
 
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if monitor is canceled. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
 
265
<td> <a
 
266
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
 
267
><code class="literal">TRUE</code></a> if monitor is canceled. <a
 
268
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE--CAPS"
 
269
><code class="literal">FALSE</code></a> otherwise.
239
270
</td>
240
271
</tr>
241
272
</tbody>
244
275
<hr>
245
276
<div class="refsect2" title="g_file_monitor_set_rate_limit ()">
246
277
<a name="g-file-monitor-set-rate-limit"></a><h3>g_file_monitor_set_rate_limit ()</h3>
247
 
<pre class="programlisting"><span class="returnvalue">void</span>                g_file_monitor_set_rate_limit       (<a class="link" href="GFileMonitor.html" title="GFileMonitor"><span class="returnvalue">GFileMonitor</span></a> *monitor,
248
 
                                                         <span class="returnvalue">int</span> limit_msecs);</pre>
 
278
<pre class="programlisting">void                g_file_monitor_set_rate_limit       (<a class="link" href="GFileMonitor.html" title="GFileMonitor">GFileMonitor</a> *monitor,
 
279
                                                         int limit_msecs);</pre>
249
280
<p>
250
281
Sets the rate limit to which the <em class="parameter"><code>monitor</code></em> will report
251
282
consecutive change events to the same file.</p>
 
283
<p>
 
284
</p>
252
285
<div class="variablelist"><table border="0">
253
286
<col align="left" valign="top">
254
287
<tbody>
269
302
<hr>
270
303
<div class="refsect2" title="g_file_monitor_emit_event ()">
271
304
<a name="g-file-monitor-emit-event"></a><h3>g_file_monitor_emit_event ()</h3>
272
 
<pre class="programlisting"><span class="returnvalue">void</span>                g_file_monitor_emit_event           (<a class="link" href="GFileMonitor.html" title="GFileMonitor"><span class="returnvalue">GFileMonitor</span></a> *monitor,
273
 
                                                         <a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> *child,
274
 
                                                         <a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> *other_file,
275
 
                                                         <a class="link" href="GFileMonitor.html#GFileMonitorEvent" title="enum GFileMonitorEvent"><span class="returnvalue">GFileMonitorEvent</span></a> event_type);</pre>
 
305
<pre class="programlisting">void                g_file_monitor_emit_event           (<a class="link" href="GFileMonitor.html" title="GFileMonitor">GFileMonitor</a> *monitor,
 
306
                                                         <a class="link" href="GFile.html" title="GFile">GFile</a> *child,
 
307
                                                         <a class="link" href="GFile.html" title="GFile">GFile</a> *other_file,
 
308
                                                         <a class="link" href="GFileMonitor.html#GFileMonitorEvent" title="enum GFileMonitorEvent">GFileMonitorEvent</a> event_type);</pre>
276
309
<p>
277
310
Emits the <a class="link" href="GFileMonitor.html#GFileMonitor-changed" title='The "changed" signal'><span class="type">"changed"</span></a> signal if a change
278
311
has taken place. Should be called from file monitor 
279
312
implementations only.
280
313
</p>
281
314
<p>
282
 
The signal will be emitted from an idle handler (in the <GTKDOCLINK HREF="g-main-context-push-thread-default">thread-default main
283
 
context</GTKDOCLINK>).</p>
 
315
The signal will be emitted from an idle handler (in the <a
 
316
href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-main-context-push-thread-default"
 
317
>thread-default main
 
318
context</a>).</p>
 
319
<p>
 
320
</p>
284
321
<div class="variablelist"><table border="0">
285
322
<col align="left" valign="top">
286
323
<tbody>
312
349
<a name="GFileMonitor.property-details"></a><h2>Property Details</h2>
313
350
<div class="refsect2" title='The "cancelled" property'>
314
351
<a name="GFileMonitor--cancelled"></a><h3>The <code class="literal">"cancelled"</code> property</h3>
315
 
<pre class="programlisting">  "cancelled"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read</pre>
 
352
<pre class="programlisting">  "cancelled"                <a
 
353
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
354
>gboolean</a>              : Read</pre>
316
355
<p>Whether the monitor has been cancelled.</p>
317
356
<p>Default value: FALSE</p>
318
357
</div>
319
358
<hr>
320
359
<div class="refsect2" title='The "rate-limit" property'>
321
360
<a name="GFileMonitor--rate-limit"></a><h3>The <code class="literal">"rate-limit"</code> property</h3>
322
 
<pre class="programlisting">  "rate-limit"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
 
361
<pre class="programlisting">  "rate-limit"               <a
 
362
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
363
>gint</a>                  : Read / Write</pre>
323
364
<p>The limit of the monitor to watch for changes, in milliseconds.</p>
324
365
<p>Allowed values: &gt;= 0</p>
325
366
<p>Default value: 800</p>
329
370
<a name="GFileMonitor.signal-details"></a><h2>Signal Details</h2>
330
371
<div class="refsect2" title='The "changed" signal'>
331
372
<a name="GFileMonitor-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
332
 
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GFileMonitor.html" title="GFileMonitor"><span class="type">GFileMonitor</span></a>     *monitor,
333
 
                                                        <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>            *file,
334
 
                                                        <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>            *other_file,
335
 
                                                        <a class="link" href="GFileMonitor.html#GFileMonitorEvent" title="enum GFileMonitorEvent"><span class="type">GFileMonitorEvent</span></a> event_type,
336
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>          user_data)       : Run Last</pre>
 
373
<pre class="programlisting">void                user_function                      (<a class="link" href="GFileMonitor.html" title="GFileMonitor">GFileMonitor</a>     *monitor,
 
374
                                                        <a class="link" href="GFile.html" title="GFile">GFile</a>            *file,
 
375
                                                        <a class="link" href="GFile.html" title="GFile">GFile</a>            *other_file,
 
376
                                                        <a class="link" href="GFileMonitor.html#GFileMonitorEvent" title="enum GFileMonitorEvent">GFileMonitorEvent</a> event_type,
 
377
                                                        <a
 
378
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
 
379
>gpointer</a>          user_data)       : Run Last</pre>
337
380
<p>
338
381
Emitted when a file has been changed.</p>
 
382
<p>
 
383
</p>
339
384
<div class="variablelist"><table border="0">
340
385
<col align="left" valign="top">
341
386
<tbody>
370
415
</div>
371
416
<div class="footer">
372
417
<hr>
373
 
          Generated by GTK-Doc V1.13</div>
 
418
          Generated by GTK-Doc V1.11</div>
374
419
</body>
375
 
</html>
 
 
b'\\ No newline at end of file'
 
420
</html>