diff options
Diffstat (limited to 'examples/menu/mfmain.h')
-rw-r--r-- | examples/menu/mfmain.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/menu/mfmain.h b/examples/menu/mfmain.h new file mode 100644 index 0000000000..fe481b0c1f --- /dev/null +++ b/examples/menu/mfmain.h @@ -0,0 +1,19 @@ +/* This file extracted from the GTK tutorial. */ + +/* mfmain.h */ + +#ifndef __MFMAIN_H__ +#define __MFMAIN_H__ + + +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + +void file_quit_cmd_callback(GtkWidget *widget, gpointer data); + +#ifdef __cplusplus +} +#endif /* __cplusplus */ + +#endif /* __MFMAIN_H__ */ |