Mercurial > audlegacy
changeset 4340:2357e50e5e25
Automated merge with ssh://hg.atheme.org//hg/audacious
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Thu, 13 Mar 2008 16:30:36 -0500 |
parents | 955c5281cd38 (diff) 3965405e62f8 (current diff) |
children | ffc124a4725b |
files | |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/plugin.h Thu Mar 13 23:23:46 2008 +0200 +++ b/src/audacious/plugin.h Thu Mar 13 16:30:36 2008 -0500 @@ -523,6 +523,14 @@ gint (*hook_dissociate)(const gchar *name, HookFunction func); void (*hook_call)(const gchar *name, gpointer hook_data); + /* defunct xconvert API, not really supported. */ + gpointer xmms_convert_buffers_new; + gpointer xmms_convert_buffers_free; + gpointer xmms_convert_buffers_destroy; + gpointer xmms_convert_get_func; + gpointer xmms_convert_get_channel_func; + gpointer xmms_convert_get_frequency_func; + /* PluginMenu API */ gint (*menu_plugin_item_add)(gint, GtkWidget *); gint (*menu_plugin_item_remove)(gint, GtkWidget *);