gtk2/modules/other/gail/libgail-util
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
..
gail-util.h Integrate gail into gtk+. Bug #169488. 2007-12-18 13:51:12 +00:00
gailmisc.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gailmisc.h libgail-util/gailmisc.h use G_BEGIN/END_DECLS. 2008-05-26 14:23:33 +00:00
gailtextutil.c Do not use static GTypeInfo and GInterfaceInfo 2009-11-06 01:21:09 +01:00
gailtextutil.h libgail-util/gailmisc.h use G_BEGIN/END_DECLS. 2008-05-26 14:23:33 +00:00
gailutil.def Integrate gail into gtk+. Bug #169488. 2007-12-18 13:51:12 +00:00
Makefile.am Add git.mk to generate .gitignore files 2009-05-04 14:29:21 -04:00