Bug 586994: Add annotations for g_file_open_tmp()/g_file_replace_contents().
[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_file_open_tmp:
9  * @name_used: (out):
10  */
11
12 /**
13  * g_markup_escape_text:
14  * Return value: (transfer full):
15  */
16
17 /**
18  * g_thread_init:
19  * @vtable: (allow-none):
20  */
21
22 /**
23  * g_main_loop_new:
24  * @context: (allow-none):
25  */
26
27 /**
28  * g_idle_add_full:
29  * @function: (scope notified):
30  *
31  * Rename to: g_idle_add
32  */
33
34 /**
35  * g_child_watch_add_full:
36  * @function: (scope notified):
37  *
38  * Rename to: g_child_watch_add
39  */
40
41 /**
42  * g_io_add_watch_full:
43  * @function: (scope notified):
44  *
45  * Rename to: g_io_add_watch
46  */
47
48 /**
49  * g_timeout_add_full:
50  * @function: (scope notified):
51  *
52  * Rename to: g_timeout_add
53  */
54
55 /**
56  * g_timeout_add_seconds_full:
57  * @function: (scope notified):
58  *
59  * Rename to: g_timeout_add_seconds
60  */
61
62 /**
63  * g_option_context_parse:
64  * @argc: (inout):
65  * @argv: (array length=argc) (inout) (allow-none):
66  */
67
68 /**
69  * GIOCondition: (type bitfield)
70  **/
71
72 /**
73  * GSourceFunc:
74  * @data: (closure):
75  */
76
77 /**
78  * GIOFunc:
79  * @data: (closure):
80  */
81
82 /**
83  * g_spawn_async:
84  * @working_directory: (allow-none):
85  * @envp: (allow-none):
86  * @child_setup: (allow-none):
87  * @user_data: (allow-none):
88  * @child_pid: (out):
89  */
90
91 /**
92  * g_spawn_async_with_pipes:
93  * @working_directory: (allow-none):
94  * @envp: (allow-none):
95  * @child_setup: (allow-none):
96  * @user_data: (allow-none):
97  * @child_pid: (out):
98  * @standard_input: (out):
99  * @standard_output: (out):
100  * @standard_error: (out):
101  */
102
103 /**
104  * g_spawn_sync:
105  * @working_directory: (allow-none):
106  * @envp: (allow-none):
107  * @child_setup: (allow-none):
108  * @user_data: (allow-none):
109  * @standard_output: (out):
110  * @standard_error: (out):
111  * @exit_status: (out):
112  */
113
114 /**
115  * g_spawn_command_line_sync:
116  * @standard_output: (out):
117  * @standard_error: (out):
118  * @exit_status: (out):
119  */
120
121 /*
122  * g_get_system_config_dirs:
123  * Return value: (array zero-terminated=1) (transfer none)
124  */
125
126 /**
127  * g_get_system_data_dirs:
128  * Return value: (array zero-terminated=1) (transfer none)
129  */