89bbf2b3dfc2d027ca23f6a6d65dfbd235f54d58
[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  *
30  * Rename to: g_idle_add
31  */
32
33 /**
34  * g_child_watch_add_full:
35  *
36  * Rename to: g_child_watch_add
37  */
38
39 /**
40  * g_io_add_watch_full:
41  *
42  * Rename to: g_io_add_watch
43  */
44
45 /**
46  * g_timeout_add_full:
47  *
48  * Rename to: g_timeout_add
49  */
50
51 /**
52  * g_timeout_add_seconds_full:
53  *
54  * Rename to: g_timeout_add_seconds
55  */
56
57 /**
58  * g_option_context_parse:
59  * @argc: (inout):
60  * @argv: (array length=argc) (inout) (allow-none):
61  */
62
63 /**
64  * GIOCondition: (type bitfield)
65  **/
66
67 /**
68  * GSourceFunc:
69  * @data: (closure):
70  */
71
72 /**
73  * GIOFunc:
74  * @data: (closure):
75  */
76
77 /**
78  * g_spawn_async:
79  * @working_directory: (allow-none):
80  * @envp: (allow-none):
81  * @child_setup: (scope async): (allow-none):
82  * @user_data: (allow-none):
83  * @child_pid: (out):
84  */
85
86 /**
87  * g_spawn_async_with_pipes:
88  * @working_directory: (allow-none):
89  * @envp: (allow-none):
90  * @child_setup: (scope async): (allow-none):
91  * @user_data: (allow-none):
92  * @child_pid: (out):
93  * @standard_input: (out):
94  * @standard_output: (out):
95  * @standard_error: (out):
96  */
97
98 /**
99  * g_spawn_sync:
100  * @working_directory: (allow-none):
101  * @envp: (allow-none):
102  * @child_setup: (scope call): (allow-none):
103  * @user_data: (allow-none):
104  * @standard_output: (out):
105  * @standard_error: (out):
106  * @exit_status: (out):
107  */
108
109 /**
110  * g_spawn_command_line_sync:
111  * @standard_output: (out):
112  * @standard_error: (out):
113  * @exit_status: (out):
114  */
115
116 /**
117  * g_get_system_config_dirs:
118  * Return value: (array zero-terminated=1) (transfer none)
119  */
120
121 /**
122  * g_get_system_data_dirs:
123  * Return value: (array zero-terminated=1) (transfer none)
124  */
125
126 /**
127  * g_shell_parse_argv:
128  * @command_line:
129  * @argcp: (out):
130  * @argvp: (out): (array zero-terminated=1):
131  * @error:
132  */
133
134 /**
135  * g_completion_complete_utf8:
136  * Return value: (element-type utf8) (transfer none):
137  */