gtk/examples/tictactoe
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
..
Makefile More work on #71430. 2002-02-16 23:52:30 +00:00
tictactoe.c Do not use static GTypeInfo and GInterfaceInfo 2009-11-06 01:21:09 +01:00
tictactoe.h Revert name change 2008-07-01 22:57:50 +00:00
ttt_test.c Re-extract. 2005-01-03 19:26:36 +00:00