Home | History | Annotate | Download | only in refcount

Lines Matching refs:GTest

6 #define MY_TEST(test)              (G_TYPE_CHECK_INSTANCE_CAST ((test), G_TYPE_TEST, GTest))
14 typedef struct _GTest GTest;
28 void (*test_signal1) (GTest * test, gint an_int);
29 void (*test_signal2) (GTest * test, gint an_int);
51 static void my_test_init (GTest * test);
54 static void signal2_handler (GTest * test, gint anint);
78 sizeof (GTest),
86 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest",
125 my_test_init (GTest * test)
135 GTest *test;
148 GTest *test;
166 GTest *test;
181 my_test_do_signal1 (GTest * test)
187 signal2_handler (GTest * test, gint anint)
192 my_test_do_signal2 (GTest * test)
198 my_test_do_prop (GTest * test)
205 run_thread (GTest * test)
238 GTest *test1, *test2;