mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 01:16:17 +01:00
f24d8247b3
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 |
||
---|---|---|
.. | ||
closures.c | ||
Makefile.am | ||
objects2.c | ||
objects.c | ||
properties2.c | ||
properties3.c | ||
properties4.c | ||
properties.c | ||
signals.c |