gtk/modules/printbackends
Nicola Fontana 1e1131c959 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=600158
2009-11-06 01:21:09 +01:00
..
cups Do not use static GTypeInfo and GInterfaceInfo 2009-11-06 01:21:09 +01:00
file Do not use static GTypeInfo and GInterfaceInfo 2009-11-06 01:21:09 +01:00
lpr Do not use static GTypeInfo and GInterfaceInfo 2009-11-06 01:21:09 +01:00
papi Do not use static GTypeInfo and GInterfaceInfo 2009-11-06 01:21:09 +01:00
test Do not use static GTypeInfo and GInterfaceInfo 2009-11-06 01:21:09 +01:00
Makefile.am Add papi to DIST_SUBDIRS 2009-05-19 16:31:52 +08:00