Home
last modified time | relevance | path

Searched refs:GMarshalFunc_VOID__POINTER (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gobject/
Dgmarshal.c1723 typedef void (*GMarshalFunc_VOID__POINTER) (gpointer data1, in g_cclosure_marshal_VOID__POINTER() typedef
1726 GMarshalFunc_VOID__POINTER callback; in g_cclosure_marshal_VOID__POINTER()
1742 callback = (GMarshalFunc_VOID__POINTER) (marshal_data ? marshal_data : cc->callback); in g_cclosure_marshal_VOID__POINTER()
1775 typedef void (*GMarshalFunc_VOID__POINTER) (gpointer instance, in g_cclosure_marshal_VOID__POINTERv() typedef
1780 GMarshalFunc_VOID__POINTER callback; in g_cclosure_marshal_VOID__POINTERv()
1798 callback = (GMarshalFunc_VOID__POINTER) (marshal_data ? marshal_data : cc->callback); in g_cclosure_marshal_VOID__POINTERv()