Searched refs:my_test_get_property (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/gobject/tests/ |
D | flags.c | 59 static void my_test_get_property (GObject *object, 91 gobject_class->get_property = my_test_get_property; in my_test_class_init() 107 my_test_get_property (GObject *object, in my_test_get_property() function
|
D | closure-refcount.c | 108 my_test_get_property (GObject *object, in my_test_get_property() function 151 gobject_class->get_property = my_test_get_property; in my_test_class_init()
|
/third_party/glib/tests/refcount/ |
D | properties2.c | 40 static void my_test_get_property (GObject *object, 86 gobject_class->get_property = my_test_get_property; in my_test_class_init() 117 my_test_get_property (GObject *object, in my_test_get_property() function
|
D | properties3.c | 39 static void my_test_get_property (GObject *object, 55 gobject_class->get_property = my_test_get_property; 75 my_test_get_property (GObject *object, in my_test_get_property() function
|
D | properties.c | 43 static void my_test_get_property (GObject *object, 88 gobject_class->get_property = my_test_get_property; in my_test_class_init() 114 my_test_get_property (GObject *object, in my_test_get_property() function
|
D | signals.c | 62 static void my_test_get_property (GObject * object, guint prop_id, 105 gobject_class->get_property = my_test_get_property; in my_test_class_init() 167 my_test_get_property (GObject * object, guint prop_id, in my_test_get_property() function
|