[TYPES PARSING] glib-2.0.c - flag g_date_to_struct_tm as skip
[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_filename_to_uri:
14  * @hostname: (allow-none):
15  */
16
17 /**
18  * g_markup_escape_text:
19  * Return value: (transfer full):
20  */
21
22 /**
23  * g_thread_init:
24  * @vtable: (allow-none):
25  */
26
27 /**
28  * g_main_loop_new:
29  * @context: (allow-none):
30  */
31
32 /**
33  * g_idle_add_full:
34  *
35  * Rename to: g_idle_add
36  */
37
38 /**
39  * g_child_watch_add_full:
40  *
41  * Rename to: g_child_watch_add
42  */
43
44 /**
45  * g_io_add_watch_full:
46  *
47  * Rename to: g_io_add_watch
48  */
49
50 /**
51  * g_timeout_add_full:
52  *
53  * Rename to: g_timeout_add
54  */
55
56 /**
57  * g_timeout_add_seconds_full:
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: (scope async): (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: (scope async): (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: (scope call): (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  */
130
131 /**
132  * g_shell_parse_argv:
133  * @command_line:
134  * @argcp: (out):
135  * @argvp: (out): (array zero-terminated=1):
136  * @error:
137  */
138
139 /**
140  * g_completion_complete_utf8:
141  * Return value: (element-type utf8) (transfer none):
142  */
143
144 /**
145  * g_convert:
146  * @bytes_read: (out):
147  * @bytes_written: (out):
148  */
149
150 /**
151  * g_date_to_struct_tm: (skip)
152  * as tm is not available at present.
153  */