aboutsummaryrefslogtreecommitdiff
path: root/src/music-player-bridge.h
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-10-28 05:45:22 -0400
committerPackage Import Robot <package-import@ubuntu.com>2011-10-28 05:45:22 -0400
commitd7f1d275d05edb3e0a25bb19d340e351e65e2b79 (patch)
tree8d5e2ee74ab2a728a2af4e514740266424b5b955 /src/music-player-bridge.h
parentbf58931fb653267839b32c980425c3d2183157d2 (diff)
parent6c40e13a44770e9bda393e5b0b1ebefa6b8077d5 (diff)
downloadayatana-indicator-sound-d7f1d275d05edb3e0a25bb19d340e351e65e2b79.tar.gz
ayatana-indicator-sound-d7f1d275d05edb3e0a25bb19d340e351e65e2b79.tar.bz2
ayatana-indicator-sound-d7f1d275d05edb3e0a25bb19d340e351e65e2b79.zip
Import upstream version 0.7.9.1
Diffstat (limited to 'src/music-player-bridge.h')
-rw-r--r--src/music-player-bridge.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/music-player-bridge.h b/src/music-player-bridge.h
index 18404b3..bbd9aa3 100644
--- a/src/music-player-bridge.h
+++ b/src/music-player-bridge.h
@@ -1,4 +1,4 @@
-/* music-player-bridge.h generated by valac 0.14.0, the Vala compiler, do not modify */
+/* music-player-bridge.h generated by valac 0.12.1, the Vala compiler, do not modify */
#ifndef __MUSIC_PLAYER_BRIDGE_H__
@@ -539,7 +539,7 @@ Mpris2Watcher* mpris2_watcher_new (void);
Mpris2Watcher* mpris2_watcher_construct (GType object_type);
void mpris2_watcher_check_for_active_clients (Mpris2Watcher* self, GAsyncReadyCallback _callback_, gpointer _user_data_);
void mpris2_watcher_check_for_active_clients_finish (Mpris2Watcher* self, GAsyncResult* _res_);
-#define MPRIS2_CONTROLLER_MAX_PLAYLIST_COUNT 20
+#define MPRIS2_CONTROLLER_MAX_PLAYLIST_COUNT 100
Mpris2Controller* mpris2_controller_new (PlayerController* ctrl);
Mpris2Controller* mpris2_controller_construct (GType object_type, PlayerController* ctrl);
void mpris2_controller_property_changed_cb (Mpris2Controller* self, const gchar* interface_source, GHashTable* changed_properties, gchar** invalid, int invalid_length1);