glib/tsrc/BC/src/object_extra_tests.c
changeset 72 403e7f6ed6c5
parent 0 e4d67989cc36
equal deleted inserted replaced
71:28ccaba883f4 72:403e7f6ed6c5
    58 };
    58 };
    59 
    59 
    60 static GType g_test_get_type (void);
    60 static GType g_test_get_type (void);
    61 
    61 
    62 static void g_test_class_init (GTestClass * klass);
    62 static void g_test_class_init (GTestClass * klass);
    63 static void g_test_init (GTest * test);
    63 //static void g_test_init (GTest * test);
    64 static void g_test_dispose (GObject * object);
    64 static void g_test_dispose (GObject * object);
    65 static void g_test_get_property (GObject    *object,
    65 static void g_test_get_property (GObject    *object,
    66 				 guint       prop_id,
    66 				 guint       prop_id,
    67 				 GValue     *value,
    67 				 GValue     *value,
    68 				 GParamSpec *pspec);
    68 				 GParamSpec *pspec);
   131 						     NULL,
   131 						     NULL,
   132 						     0, G_MAXINT, 0,
   132 						     0, G_MAXINT, 0,
   133 						     G_PARAM_READWRITE));
   133 						     G_PARAM_READWRITE));
   134   
   134   
   135 }
   135 }
   136 
   136 /*
   137 static void
   137 static void
   138 g_test_init (GTest * test)
   138 g_test_init (GTest * test)
   139 {
   139 {
   140   //g_print ("init %p\n", test);
   140   //g_print ("init %p\n", test);
   141 }
   141 }
   142 
   142 */
   143 static void
   143 static void
   144 g_test_dispose (GObject * object)
   144 g_test_dispose (GObject * object)
   145 {
   145 {
   146   GTest *test;
   146   GTest *test;
   147 
   147