Home
last modified time | relevance | path

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

/third_party/glib/gobject/tests/
Dproperties.c17 enum { PROP_0, PROP_FOO, PROP_BAR, PROP_BAZ, PROP_QUUX, N_PROPERTIES }; enumerator
47 g_assert (properties[PROP_BAR] != NULL); in test_object_set_bar()
48 g_object_notify_by_pspec (G_OBJECT (obj), properties[PROP_BAR]); in test_object_set_bar()
93 g_object_notify_by_pspec (gobject, properties[PROP_BAR]); in test_object_finalize()
116 case PROP_BAR: in test_object_set_property()
151 case PROP_BAR: in test_object_get_property()
177 properties[PROP_BAR] = g_param_spec_boolean ("bar", "Bar", "Bar", in test_object_class_init()
302 n.pspec[1] = properties[PROP_BAR]; in properties_notify_queue()
614 n.pspec[1] = properties[PROP_BAR]; in properties_testv_notify_queue()