gtk2/modules/printbackends/cups
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
..
gtkcupsutils.c Add support for 'auth-info' attribute to the CUPS backend 2009-09-24 15:34:56 +02:00
gtkcupsutils.h Add support for 'auth-info' attribute to the CUPS backend 2009-09-24 15:34:56 +02:00
gtkprintbackendcups.c Do not use static GTypeInfo and GInterfaceInfo 2009-11-06 01:21:09 +01:00
gtkprintbackendcups.h Revert name change 2008-07-01 22:57:50 +00:00
gtkprintercups.c Do not use static GTypeInfo and GInterfaceInfo 2009-11-06 01:21:09 +01:00
gtkprintercups.h Speed up printer listing in the print dialog 2009-09-30 12:43:40 -04:00
Makefile.am Add git.mk to generate .gitignore files 2009-05-04 14:29:21 -04:00