Mercurial > audlegacy
comparison src/libaudclient/audctrl.h @ 3879:b03425e7f02c
Automated merge with ssh://hg.atheme.org//hg/audacious
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Thu, 01 Nov 2007 10:17:11 -0500 |
| parents | f3341c2d6b9e |
| children | 86c9abc83fbd |
comparison
equal
deleted
inserted
replaced
| 3878:cc4781a8781d | 3879:b03425e7f02c |
|---|---|
| 27 extern "C" { | 27 extern "C" { |
| 28 #endif | 28 #endif |
| 29 | 29 |
| 30 void audacious_remote_playlist(DBusGProxy *proxy, gchar **list, gint num, | 30 void audacious_remote_playlist(DBusGProxy *proxy, gchar **list, gint num, |
| 31 gboolean enqueue); | 31 gboolean enqueue); |
| 32 gint audacious_remote_get_version(DBusGProxy *proxy); | 32 gchar *audacious_remote_get_version(DBusGProxy *proxy); |
| 33 void audacious_remote_playlist_add(DBusGProxy *proxy, GList *list); | 33 void audacious_remote_playlist_add(DBusGProxy *proxy, GList *list); |
| 34 void audacious_remote_playlist_delete(DBusGProxy *proxy, guint pos); | 34 void audacious_remote_playlist_delete(DBusGProxy *proxy, guint pos); |
| 35 void audacious_remote_play(DBusGProxy *proxy); | 35 void audacious_remote_play(DBusGProxy *proxy); |
| 36 void audacious_remote_pause(DBusGProxy *proxy); | 36 void audacious_remote_pause(DBusGProxy *proxy); |
| 37 void audacious_remote_stop(DBusGProxy *proxy); | 37 void audacious_remote_stop(DBusGProxy *proxy); |
| 104 | 104 |
| 105 /* Added in Audacious 1.1 */ | 105 /* Added in Audacious 1.1 */ |
| 106 void audacious_remote_show_jtf_box(DBusGProxy *proxy); | 106 void audacious_remote_show_jtf_box(DBusGProxy *proxy); |
| 107 void audacious_remote_playqueue_clear(DBusGProxy *proxy); | 107 void audacious_remote_playqueue_clear(DBusGProxy *proxy); |
| 108 gboolean audacious_remote_playqueue_is_queued(DBusGProxy *proxy, guint pos); | 108 gboolean audacious_remote_playqueue_is_queued(DBusGProxy *proxy, guint pos); |
| 109 gint audacious_remote_get_playqueue_position(DBusGProxy *proxy, guint pos); | 109 gint audacious_remote_get_playqueue_list_position(DBusGProxy *proxy, guint qpos); |
| 110 gint audacious_remote_get_playqueue_queue_position(DBusGProxy *proxy, | 110 gint audacious_remote_get_playqueue_queue_position(DBusGProxy *proxy, guint pos); |
| 111 guint pos); | |
| 112 | 111 |
| 113 /* Added in Audacious 1.2 */ | 112 /* Added in Audacious 1.2 */ |
| 114 void audacious_set_session_uri(DBusGProxy *proxy, gchar *uri); | 113 void audacious_set_session_uri(DBusGProxy *proxy, gchar *uri); |
| 115 gchar *audacious_get_session_uri(DBusGProxy *proxy); | 114 gchar *audacious_get_session_uri(DBusGProxy *proxy); |
| 116 void audacious_set_session_type(DBusGProxy *proxy, gint type); | 115 void audacious_set_session_type(DBusGProxy *proxy, gint type); |
| 118 /* Added in Audacious 1.3 */ | 117 /* Added in Audacious 1.3 */ |
| 119 void audacious_remote_playlist_enqueue_to_temp(DBusGProxy *proxy, | 118 void audacious_remote_playlist_enqueue_to_temp(DBusGProxy *proxy, |
| 120 gchar *string); | 119 gchar *string); |
| 121 gchar *audacious_get_tuple_field_data(DBusGProxy *proxy, gchar *field, | 120 gchar *audacious_get_tuple_field_data(DBusGProxy *proxy, gchar *field, |
| 122 guint pos); | 121 guint pos); |
| 122 /* Added in Audacious 1.4 */ | |
| 123 void audacious_remote_show_about_box(DBusGProxy *proxy); | |
| 123 | 124 |
| 124 #ifdef __cplusplus | 125 #ifdef __cplusplus |
| 125 }; | 126 }; |
| 126 #endif | 127 #endif |
| 127 | 128 |
