comparison src/audacious/ui_manager.h @ 4557:2eee464379dc

Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 01:29:46 +0300
parents 5a0f5ef1de61
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
15 * 15 *
16 * The Audacious team does not consider modular code linking to 16 * The Audacious team does not consider modular code linking to
17 * Audacious or using our public API to be a derived work. 17 * Audacious or using our public API to be a derived work.
18 */ 18 */
19 19
20 #ifndef __AUDACIOUS_UIMANAGER_H__ 20 #ifndef AUDACIOUS_UI_MANAGER_H
21 #define __AUDACIOUS_UIMANAGER_H__ 21 #define AUDACIOUS_UI_MANAGER_H
22 22
23 #include <glib.h> 23 #include <glib.h>
24 #include <glib/gi18n.h> 24 #include <glib/gi18n.h>
25 #include <gtk/gtk.h> 25 #include <gtk/gtk.h>
26 26
72 void ui_manager_popup_menu_show( GtkMenu * , gint , gint , guint , guint ); 72 void ui_manager_popup_menu_show( GtkMenu * , gint , gint , guint , guint );
73 #define popup_menu_show(x1,x2,x3,x4,x5) ui_manager_popup_menu_show(x1,x2,x3,x4,x5) 73 #define popup_menu_show(x1,x2,x3,x4,x5) ui_manager_popup_menu_show(x1,x2,x3,x4,x5)
74 74
75 G_END_DECLS 75 G_END_DECLS
76 76
77 #endif /* __AUDACIOUS_UIMANAGER_H__ */ 77 #endif /* AUDACIOUS_UI_MANAGER_H */