X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=modules%2Fother%2Fgail%2Fgailmenu.h;h=7efed5e7fa7a820f43db07ca9a9a8c49620ce9cf;hb=14cd22996d2411d53254b1fe2a4ef1deea42e5ff;hp=5c1c5f9e72fb81afdb1d123253ce7d590e24f28d;hpb=a8e6ee33b1ae23caeb1c21218fb2f2a94d945e08;p=~andy%2Fgtk diff --git a/modules/other/gail/gailmenu.h b/modules/other/gail/gailmenu.h index 5c1c5f9e7..7efed5e7f 100644 --- a/modules/other/gail/gailmenu.h +++ b/modules/other/gail/gailmenu.h @@ -20,13 +20,9 @@ #ifndef __GAIL_MENU_H__ #define __GAIL_MENU_H__ -#include #include - -#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__ */