Searched refs:g_param_values_cmp (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/glib/tests/gobject/ |
D | ifaceproperties.c | 200 g_assert (g_param_values_cmp (pspec, &value1, &value2) < 0); in DEFINE_IFACE() 201 g_assert (g_param_values_cmp (pspec, &value2, &value1) > 0); in DEFINE_IFACE()
|
/external/bluetooth/glib/gobject/ |
D | gparam.h | 296 gint g_param_values_cmp (GParamSpec *pspec,
|
D | gobject.symbols | 217 g_param_values_cmp
|
D | gparamspecs.c | 956 cmp = g_param_values_cmp (aspec->element_spec, element1, element2); in param_value_array_values_cmp() 1054 return g_param_values_cmp (ospec->overridden, value1, value2); in param_override_values_cmp()
|
D | gparam.c | 725 g_param_values_cmp (GParamSpec *pspec, in g_param_values_cmp() function
|
D | ChangeLog | 3896 g_param_values_cmp().
|
/external/bluetooth/glib/docs/reference/gobject/ |
D | gobject-sections.txt | 432 g_param_values_cmp
|