summaryrefslogtreecommitdiff
path: root/gir/glib-2.0.c
blob: d3ffcd52fab3c5327e150644f5b2e6ba8f27c082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
/**
 * g_file_get_contents:
 * @contents: (out):
 * @length: (out) (allow-none):
 */

/**
 * g_file_open_tmp:
 * @name_used: (out):
 */

/**
 * g_markup_escape_text:
 * Return value: (transfer full):
 */

/**
 * g_thread_init:
 * @vtable: (allow-none):
 */

/**
 * g_main_loop_new:
 * @context: (allow-none):
 */

/**
 * g_idle_add_full:
 *
 * Rename to: g_idle_add
 */

/**
 * g_child_watch_add_full:
 *
 * Rename to: g_child_watch_add
 */

/**
 * g_io_add_watch_full:
 *
 * Rename to: g_io_add_watch
 */

/**
 * g_timeout_add_full:
 *
 * Rename to: g_timeout_add
 */

/**
 * g_timeout_add_seconds_full:
 *
 * Rename to: g_timeout_add_seconds
 */

/**
 * g_option_context_parse:
 * @argc: (inout):
 * @argv: (array length=argc) (inout) (allow-none):
 */

/**
 * GIOCondition: (type bitfield)
 **/

/**
 * GSourceFunc:
 * @data: (closure):
 */

/**
 * GIOFunc:
 * @data: (closure):
 */

/**
 * g_spawn_async:
 * @working_directory: (allow-none):
 * @envp: (allow-none):
 * @child_setup: (scope async): (allow-none):
 * @user_data: (allow-none):
 * @child_pid: (out):
 */

/**
 * g_spawn_async_with_pipes:
 * @working_directory: (allow-none):
 * @envp: (allow-none):
 * @child_setup: (scope async): (allow-none):
 * @user_data: (allow-none):
 * @child_pid: (out):
 * @standard_input: (out):
 * @standard_output: (out):
 * @standard_error: (out):
 */

/**
 * g_spawn_sync:
 * @working_directory: (allow-none):
 * @envp: (allow-none):
 * @child_setup: (scope call): (allow-none):
 * @user_data: (allow-none):
 * @standard_output: (out):
 * @standard_error: (out):
 * @exit_status: (out):
 */

/**
 * g_spawn_command_line_sync:
 * @standard_output: (out):
 * @standard_error: (out):
 * @exit_status: (out):
 */

/**
 * g_get_system_config_dirs:
 * Return value: (array zero-terminated=1) (transfer none)
 */

/**
 * g_get_system_data_dirs:
 * Return value: (array zero-terminated=1) (transfer none)
 */

/**
 * g_shell_parse_argv:
 * @command_line:
 * @argcp: (out):
 * @argvp: (out): (array zero-terminated=1):
 * @error:
 */