Home | History | Annotate | Download | only in api

Lines Matching refs:gconstpointer

154 typedef void (*hb_test_data_func_t)    (gconstpointer user_data);
185 gconstpointer test_data,
197 gconstpointer test_data,
210 gconstpointer test_data,
222 void (*add_vtable) (const char*, gsize, gconstpointer, \
223 void (*) (Fixture*, gconstpointer), \
224 void (*) (Fixture*, gconstpointer), \
225 void (*) (Fixture*, gconstpointer)) \
226 = (void (*) (const gchar *, gsize, gconstpointer, \
227 void (*) (Fixture*, gconstpointer), \
228 void (*) (Fixture*, gconstpointer), \
229 void (*) (Fixture*, gconstpointer))) hb_test_add_vtable; \
238 gconstpointer test_data,
250 void (*add_vtable) (const char*, const char *, gsize, gconstpointer, \
251 void (*) (Fixture*, gconstpointer), \
252 void (*) (Fixture*, gconstpointer), \
253 void (*) (Fixture*, gconstpointer)) \
254 = (void (*) (const gchar *, const char *, gsize, gconstpointer, \
255 void (*) (Fixture*, gconstpointer), \
256 void (*) (Fixture*, gconstpointer), \
257 void (*) (Fixture*, gconstpointer))) hb_test_add_vtable_flavor; \