HomeSort by relevance Sort by last modified time
    Searched refs:g_type_instance_get_private (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/gobject/
gobject.symbols 354 g_type_instance_get_private
gtype.h 593 * G_TYPE_INSTANCE_GET_PRIVATE:
607 #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_private ((GTypeInstance*) (instance), (g_type)))
    [all...]
gtype.c 4174 g_type_instance_get_private (GTypeInstance *instance, function
    [all...]

Completed in 260 milliseconds