Searched defs:gconstpointer (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgtypes.h78 typedef const void *gconstpointer; typedef
80 typedef gint (*GCompareFunc) (gconstpointer a,
81 gconstpointer b);
82 typedef gint (*GCompareDataFunc) (gconstpointer a,
83 gconstpointer b,
85 typedef gboolean (*GEqualFunc) (gconstpointer a,
86 gconstpointer b);
90 typedef guint (*GHashFunc) (gconstpointer key);
H A Dgtestutils.c49 void (*fixture_setup) (void*, gconstpointer);
50 void (*fixture_test) (void*, gconstpointer);
51 void (*fixture_teardown) (void*, gconstpointer);
896 gconstpointer test_data,
919 gconstpointer test_data,
995 gconstpointer test_data,
996 void (*test_func) (gconstpointer))
994 g_test_add_data_func(const char *testpath, gconstpointer test_data, void (*test_func) (gconstpointer)) argument

Completed in 96 milliseconds