[EXTRAS] inotify extra details
[gnome.gobject-introspection] / extras / inotifytools / inotifytools.h
1 /* FIXES TO INOTIFY */
2
3 /**
4  * inotifytools_watch_recursively:
5  * @path: (transfer full): path mask
6  * @events: event mask
7  * Return value: (type int): status
8  */
9
10 /**
11  * inotifytools_event_to_str:
12  * Return value: (transfer none) (type utf8): 
13  */
14
15 /**
16  * inotifytools_next_event:
17  * Return value: (transfer none): 
18  */
19
20 /**
21  * inotifytools_filename_from_wd:
22  * Return value: (transfer none): 
23  */
24
25
26 /**
27  * inotifytools_filename_from_wd:
28  * Return value: (transfer none): 
29  */
30
31 /**
32  * inotify_event:
33  * wd: (type int):
34  * mask: (type uint32):
35  * cookie: (type uint32):
36  * len: (type uint32):
37  * name: (array length=len):
38  */
39