#ifndef about_dialog_h #define about_dialog_h #include #define ABOUT_DIALOG_TYPE (about_dialog_get_type()) G_DECLARE_FINAL_TYPE(AboutDialog, about_dialog, SAMEBOY, ABOUT_DIALOG, GtkAboutDialog) AboutDialog *about_dialog_new(); #endif