Lines Matching refs:TestObject
911 } TestObject; typedef
919 G_DEFINE_TYPE (TestObject, test_object, G_TYPE_OBJECT) in G_DEFINE_TYPE() argument
922 test_object_init (TestObject *object) in G_DEFINE_TYPE()
929 TestObject *testo = (TestObject*)object; in test_object_finalize()
941 TestObject *test_object = (TestObject *)object; in test_object_get_property()
1002 TestObject *test_object = (TestObject *)object; in test_object_set_property()
1147 static TestObject *
1150 return (TestObject*)g_object_new (test_object_get_type (), NULL); in test_object_new()
1160 TestObject *obj; in test_simple_binding()
1414 TestObject *obj; in test_unbind()
1437 TestObject *obj; in test_bind_writable()
1469 TestObject *obj; in test_directional_binding()
1514 TestObject *obj; in test_typesafe_binding()
1569 TestObject *obj; in test_custom_binding()
1622 TestObject *obj; in test_no_change_binding()
1656 TestObject *obj; in test_no_read_binding_fail()
1668 TestObject *obj; in test_no_read_binding_pass()
1699 TestObject *obj; in test_no_write_binding_fail()
1711 TestObject *obj; in test_no_write_binding_pass()
2906 TestObject *obj; in test_per_desktop()
2948 TestObject *obj; in test_per_desktop_subprocess()