Home
last modified time | relevance | path

Searched refs:PROP_BAZ (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
61 g_assert (properties[PROP_BAZ] != NULL); in test_object_set_baz()
62 g_object_notify_by_pspec (G_OBJECT (obj), properties[PROP_BAZ]); in test_object_set_baz()
120 case PROP_BAZ: in test_object_set_property()
155 case PROP_BAZ: in test_object_get_property()
180 properties[PROP_BAZ] = g_param_spec_string ("baz", "Baz", "Baz", in test_object_class_init()
251 closure.pspec = properties[PROP_BAZ]; in properties_notify()
301 n.pspec[0] = properties[PROP_BAZ]; in properties_notify_queue()
613 n.pspec[0] = properties[PROP_BAZ]; in properties_testv_notify_queue()