Mercurial > audlegacy
diff src/audacious/ui_plugin_menu.h @ 3751:0fb35f6cc4b7
PluginMenu API is exported now. No changes required to plugins.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 14 Oct 2007 16:58:36 -0500 |
| parents | cd6baa8283fe |
| children | 5a0f5ef1de61 |
line wrap: on
line diff
--- a/src/audacious/ui_plugin_menu.h Sun Oct 14 03:57:38 2007 -0500 +++ b/src/audacious/ui_plugin_menu.h Sun Oct 14 16:58:36 2007 -0500 @@ -35,8 +35,8 @@ #define AUDACIOUS_MENU_PLAYLIST_SELECT 5 #define AUDACIOUS_MENU_PLAYLIST_MISC 6 -gint audacious_menu_plugin_item_add( gint , GtkWidget * ); -gint audacious_menu_plugin_item_remove( gint , GtkWidget * ); +gint menu_plugin_item_add( gint , GtkWidget * ); +gint menu_plugin_item_remove( gint , GtkWidget * ); #endif /* AUD_UIPLUGINMENU_H */
