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

  /external/bluetooth/glib/gobject/
gboxed.c 456 g_return_val_if_fail (G_TYPE_IS_VALUE_TYPE (boxed_type), NULL);
520 g_return_if_fail (G_TYPE_IS_VALUE_TYPE (boxed_type));
gtype.h 339 * G_TYPE_IS_VALUE_TYPE:
346 #define G_TYPE_IS_VALUE_TYPE(type) (g_type_check_is_value_type (type))
    [all...]
gparamspecs.c     [all...]

Completed in 16 milliseconds