summaryrefslogtreecommitdiff
path: root/examples/tictactoe/tictactoe.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tictactoe/tictactoe.h')
-rw-r--r--examples/tictactoe/tictactoe.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/tictactoe/tictactoe.h b/examples/tictactoe/tictactoe.h
index 6dfa203ad..f36df1913 100644
--- a/examples/tictactoe/tictactoe.h
+++ b/examples/tictactoe/tictactoe.h
@@ -1,4 +1,3 @@
-/* example-start tictactoe tictactoe.h */
/* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
@@ -52,7 +51,7 @@ struct _TictactoeClass
void (* tictactoe) (Tictactoe *ttt);
};
-guint tictactoe_get_type (void);
+GtkType tictactoe_get_type (void);
GtkWidget* tictactoe_new (void);
void tictactoe_clear (Tictactoe *ttt);
@@ -62,4 +61,3 @@ void tictactoe_clear (Tictactoe *ttt);
#endif /* __TICTACTOE_H__ */
-/* example-end */