Add several GLib annotations
[gnome.gobject-introspection] / gir / glib-2.0.c
1 /**
2  * g_file_get_contents:
3  * @contents: (out): 
4  * @length: (out) (allow-none): 
5  */
6
7 /**
8  * g_markup_escape_text:
9  * Return value: (transfer full):
10  */
11
12 /**
13  * g_thread_init:
14  * @vtable: (allow-none):
15  */
16  
17 /**
18  * g_main_loop_new:
19  * @context: (allow-none):
20  */
21
22 /**
23  * g_idle_add_full:
24  * @function: (scope notified):
25  *
26  * Rename to: g_idle_add
27  */
28
29 /**
30  * g_child_watch_add_full:
31  * @function: (scope notified):
32  *
33  * Rename to: g_child_watch_add
34  */
35
36 /**
37  * g_io_add_watch_full:
38  * @function: (scope notified):
39  *
40  * Rename to: g_io_add_watch
41  */
42
43 /**
44  * g_timeout_add_full:
45  * @function: (scope notified):
46  *
47  * Rename to: g_timeout_add
48  */
49
50 /**
51  * g_timeout_add_seconds_full:
52  * @function: (scope notified):
53  *
54  * Rename to: g_timeout_add_seconds
55  */
56
57 /**
58  * GIOCondition: (type bitfield)
59  **/
60
61 /**
62  * GSourceFunc:
63  * @data: (closure):
64  */
65
66 /**
67  * GIOFunc:
68  * @data: (closure):
69  */