finch/finch.c

changeset 18071
9b5d872583c9
parent 18068
b6554e3c8224
child 18075
1e4bb0043a98
equal deleted inserted replaced
18070:79c7fe0d8e4b 18071:9b5d872583c9
154 g_timeout_add, 154 g_timeout_add,
155 g_source_remove, 155 g_source_remove,
156 gnt_input_add, 156 gnt_input_add,
157 g_source_remove, 157 g_source_remove,
158 NULL, /* input_get_error */ 158 NULL, /* input_get_error */
159 #if GLIB_VERSION_CHECK(2,14,0)
160 g_timeout_add_seconds,
161 #else
162 NULL,
163 #endif
159 164
160 /* padding */ 165 /* padding */
161 NULL,
162 NULL, 166 NULL,
163 NULL, 167 NULL,
164 NULL 168 NULL
165 }; 169 };
166 170

mercurial