comparison src/audacious/plugin.h @ 4339:955c5281cd38

Fix ABI.
author William Pitcock <nenolod@atheme.org>
date Thu, 13 Mar 2008 16:30:15 -0500
parents fec498c745f6
children 51b7809c2d87
comparison
equal deleted inserted replaced
4336:075fb84f6224 4339:955c5281cd38
520 /* hook API */ 520 /* hook API */
521 void (*hook_register)(const gchar *name); 521 void (*hook_register)(const gchar *name);
522 gint (*hook_associate)(const gchar *name, HookFunction func, gpointer user_data); 522 gint (*hook_associate)(const gchar *name, HookFunction func, gpointer user_data);
523 gint (*hook_dissociate)(const gchar *name, HookFunction func); 523 gint (*hook_dissociate)(const gchar *name, HookFunction func);
524 void (*hook_call)(const gchar *name, gpointer hook_data); 524 void (*hook_call)(const gchar *name, gpointer hook_data);
525
526 /* defunct xconvert API, not really supported. */
527 gpointer xmms_convert_buffers_new;
528 gpointer xmms_convert_buffers_free;
529 gpointer xmms_convert_buffers_destroy;
530 gpointer xmms_convert_get_func;
531 gpointer xmms_convert_get_channel_func;
532 gpointer xmms_convert_get_frequency_func;
525 533
526 /* PluginMenu API */ 534 /* PluginMenu API */
527 gint (*menu_plugin_item_add)(gint, GtkWidget *); 535 gint (*menu_plugin_item_add)(gint, GtkWidget *);
528 gint (*menu_plugin_item_remove)(gint, GtkWidget *); 536 gint (*menu_plugin_item_remove)(gint, GtkWidget *);
529 537