blob: b372784c9c8d5079b253684106cd185884776002 (
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
|
/**
* g_file_get_contents:
* @contents: (out):
* @length: (out) (allow-none):
*/
/**
* 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:
* @function: (scope notified):
*
* Rename to: g_idle_add
*/
/**
* g_child_watch_add_full:
* @function: (scope notified):
*
* Rename to: g_child_watch_add
*/
/**
* g_io_add_watch_full:
* @function: (scope notified):
*
* Rename to: g_io_add_watch
*/
/**
* g_timeout_add_full:
* @function: (scope notified):
*
* Rename to: g_timeout_add
*/
/**
* g_timeout_add_seconds_full:
* @function: (scope notified):
*
* 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):
*/
|