changeset 4614:4ed03078bda9

Add audacious_remote_get_tuple_fields() to audctrl.h.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Jun 2008 02:03:37 +0300
parents 4e9859e8af94
children 3ce92d3cd0e1
files src/libaudclient/audctrl.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/libaudclient/audctrl.h	Thu Jun 05 01:31:03 2008 +0300
+++ b/src/libaudclient/audctrl.h	Thu Jun 05 02:03:37 2008 +0300
@@ -125,6 +125,8 @@
     void audacious_remote_toggle_filebrowser(DBusGProxy *proxy, gboolean show);
     void audacious_remote_eq_activate(DBusGProxy *proxy, gboolean active);
 
+/* Added in Audacious 1.9 */
+    gchar **audacious_remote_get_tuple_fields(DBusGProxy *proxy);
 G_END_DECLS
 
 #endif /* AUDACIOUS_AUDCTRL_H */