diff options
Diffstat (limited to 'examples/statusbar/statusbar.c')
-rw-r--r-- | examples/statusbar/statusbar.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/statusbar/statusbar.c b/examples/statusbar/statusbar.c index 111592eb14..7956ffdecf 100644 --- a/examples/statusbar/statusbar.c +++ b/examples/statusbar/statusbar.c @@ -1,6 +1,4 @@ -/* This file extracted from the GTK tutorial. */ - -/* statusbar.c (Tony Gale) */ +/* example-start statusbar statusbar.c */ #include <gtk/gtk.h> #include <glib.h> @@ -72,3 +70,4 @@ int main (int argc, char *argv[]) return 0; } +/* example-end */ |