]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkseparatormenuitem.c
Display an error when we come to the root.
[~andy/gtk] / gtk / gtkseparatormenuitem.c
index 37f21812a39b631923d5caed3de8e4610f6d347a..49fe3e7639aa55449e1b146e441e67eb908e3ddd 100644 (file)
@@ -26,8 +26,9 @@
 
 #include <config.h>
 #include "gtkseparatormenuitem.h"
+#include "gtkalias.h"
 
-G_DEFINE_TYPE(GtkSeparatorMenuItem, gtk_separator_menu_item, GTK_TYPE_MENU_ITEM);
+G_DEFINE_TYPE (GtkSeparatorMenuItem, gtk_separator_menu_item, GTK_TYPE_MENU_ITEM)
 
 static void
 gtk_separator_menu_item_class_init (GtkSeparatorMenuItemClass *class)
@@ -45,3 +46,6 @@ gtk_separator_menu_item_new (void)
 {
   return g_object_new (GTK_TYPE_SEPARATOR_MENU_ITEM, NULL);
 }
+
+#define __GTK_SEPARATOR_MENU_ITEM_C__
+#include "gtkaliasdef.c"