Mercurial > audlegacy
comparison src/audacious/ui_plugin_menu.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 |
|---|---|
| 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 /* these functions are currently implemented in ui_manager.c */ | 20 /* these functions are currently implemented in ui_manager.c */ |
| 21 | 21 |
| 22 #ifndef __AUDACIOUS_UIPLUGINMENU_H__ | 22 #ifndef AUDACIOUS_UI_PLUGIN_MENU_H |
| 23 #define __AUDACIOUS_UIPLUGINMENU_H__ | 23 #define AUDACIOUS_UI_PLUGIN_MENU_H |
| 24 | 24 |
| 25 #include <glib.h> | 25 #include <glib.h> |
| 26 #include <gtk/gtk.h> | 26 #include <gtk/gtk.h> |
| 27 | 27 |
| 28 G_BEGIN_DECLS | 28 G_BEGIN_DECLS |
| 38 gint menu_plugin_item_add( gint , GtkWidget * ); | 38 gint menu_plugin_item_add( gint , GtkWidget * ); |
| 39 gint menu_plugin_item_remove( gint , GtkWidget * ); | 39 gint menu_plugin_item_remove( gint , GtkWidget * ); |
| 40 | 40 |
| 41 G_END_DECLS | 41 G_END_DECLS |
| 42 | 42 |
| 43 #endif /* __AUDACIOUS_UIPLUGINMENU_H__ */ | 43 #endif /* AUDACIOUS_UI_PLUGIN_MENU_H */ |
