summaryrefslogtreecommitdiff
path: root/examples/radiobuttons
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-01-03 19:26:36 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-01-03 19:26:36 +0000
commit44ec61dd97f1e159457b24458cf86ec39660efd7 (patch)
tree036b478f431462c22a8e0464d58854b2e86f4233 /examples/radiobuttons
parent6803d93d38eb7f1cf09b89eeaf0cb414ab001d15 (diff)
downloadgtk+-44ec61dd97f1e159457b24458cf86ec39660efd7.tar.gz
Re-extract.
2005-01-03 Matthias Clasen <mclasen@redhat.com> * examples/*: Re-extract. * docs/tutorial/gtk-tut.sgml: Small corrections.
Diffstat (limited to 'examples/radiobuttons')
-rw-r--r--examples/radiobuttons/radiobuttons.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/radiobuttons/radiobuttons.c b/examples/radiobuttons/radiobuttons.c
index ab5f09a551..77aff9a020 100644
--- a/examples/radiobuttons/radiobuttons.c
+++ b/examples/radiobuttons/radiobuttons.c
@@ -1,11 +1,10 @@
-#include <config.h>
#include <glib.h>
#include <gtk/gtk.h>
-gint close_application( GtkWidget *widget,
- GdkEvent *event,
- gpointer data )
+static gboolean close_application( GtkWidget *widget,
+ GdkEvent *event,
+ gpointer data )
{
gtk_main_quit ();
return FALSE;