glib/tests/refcount
Nicola Fontana f24d8247b3 Do not use static GTypeInfo and GInterfaceInfo
Either g_type_register_static_simple (used by G_DEFINE_TYPE_EXTENDED)
and G_IMPLEMENT_INTERFACE use automatic variables for GTypeInfo and
GInterfaceInfo structs, while tutorials and source code often use
static variables. This commit consistently adopts the former method.

https://bugzilla.gnome.org/show_bug.cgi?id=600161
2011-11-29 22:03:25 -05:00
..
closures.c Fixed up internal 'g_test*' names. 2007-11-20 15:00:20 +00:00
Makefile.am tests: disable deprecation warnings for tests 2011-10-13 10:51:35 -04:00
objects2.c Do not use static GTypeInfo and GInterfaceInfo 2011-11-29 22:03:25 -05:00
objects.c Do not use static GTypeInfo and GInterfaceInfo 2011-11-29 22:03:25 -05:00
properties2.c Do not use static GTypeInfo and GInterfaceInfo 2011-11-29 22:03:25 -05:00
properties3.c notify: Add tests for threadsafe object notifies 2010-07-22 21:56:21 +02:00
properties4.c notify: Add tests for threadsafe object notifies 2010-07-22 21:56:21 +02:00
properties.c Do not use static GTypeInfo and GInterfaceInfo 2011-11-29 22:03:25 -05:00
signals.c Do not use static GTypeInfo and GInterfaceInfo 2011-11-29 22:03:25 -05:00