]> Pileus Git - ~andy/gtk/blobdiff - modules/other/gail/gailmenu.h
Remove a bunch of crazy code from gail
[~andy/gtk] / modules / other / gail / gailmenu.h
index 5c1c5f9e72fb81afdb1d123253ce7d590e24f28d..7efed5e7fa7a820f43db07ca9a9a8c49620ce9cf 100644 (file)
 #ifndef __GAIL_MENU_H__
 #define __GAIL_MENU_H__
 
-#include <gtk/gtkaccessible.h>
 #include <gail/gailmenushell.h>
 
-
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
 
 #define GAIL_TYPE_MENU                          (gail_menu_get_type ())
 #define GAIL_MENU(obj)                          (G_TYPE_CHECK_INSTANCE_CAST ((obj), GAIL_TYPE_MENU_SHELL, GailMenu))
@@ -50,11 +46,6 @@ struct _GailMenuClass
   GailMenuShellClass parent_class;
 };
 
-AtkObject* gail_menu_new (GtkWidget *widget);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
 
 #endif /* __GAIL_MENU_H__ */