diff options
author | Didier Roche <didrocks@ubuntu.com> | 2011-09-13 12:20:29 +0200 |
---|---|---|
committer | Package Import Robot <package-import@ubuntu.com> | 2011-09-13 12:20:29 +0200 |
commit | 886588b78ecf730719b5f5686e7a277dde27515d (patch) | |
tree | 5b9831b1c80f4559cc349623c84ad4c1fdcb909a /src/music-player-bridge.h | |
parent | 260e11f96a8d1060979744dc2361401a8b7e6f15 (diff) | |
download | ayatana-indicator-sound-886588b78ecf730719b5f5686e7a277dde27515d.tar.gz ayatana-indicator-sound-886588b78ecf730719b5f5686e7a277dde27515d.tar.bz2 ayatana-indicator-sound-886588b78ecf730719b5f5686e7a277dde27515d.zip |
Import upstream version 0.7.7.0
Diffstat (limited to 'src/music-player-bridge.h')
-rw-r--r-- | src/music-player-bridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/music-player-bridge.h b/src/music-player-bridge.h index 7db0948..3a21f99 100644 --- a/src/music-player-bridge.h +++ b/src/music-player-bridge.h @@ -539,6 +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 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); |