X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=tests%2Frefcount%2Fproperties3.c;h=582118885e23f640616b1cbed9fae23baf766510;hb=84475e4320347e637ac2fc84c9dc28b1668c8772;hp=a5e9257cb1bac4049ea156bf53975e8640092c79;hpb=6d88a2f82294ffd6f75436e3f8e72b30fd591a03;p=platform%2Fupstream%2Fglib.git diff --git a/tests/refcount/properties3.c b/tests/refcount/properties3.c index a5e9257..5821188 100644 --- a/tests/refcount/properties3.c +++ b/tests/refcount/properties3.c @@ -31,6 +31,7 @@ struct _GTestClass GObjectClass parent_class; }; +static GType my_test_get_type (void); G_DEFINE_TYPE (GTest, my_test, G_TYPE_OBJECT); static volatile gboolean stopping;