diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-09-28 14:34:36 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-09-28 14:34:36 -0400 |
commit | bf90e843f9ecc907ab917d3d3b540014137d6964 (patch) | |
tree | c99b9ca5d7821632919c2d57cf17b707a3b53841 /src/music-player-bridge.h | |
parent | ec7f559d69b40d9186cb307cb0dde5c600bd8c0b (diff) | |
parent | f5e29e773bd56d7aa6e459c46db6f68a4dd7f845 (diff) | |
download | ayatana-indicator-sound-bf90e843f9ecc907ab917d3d3b540014137d6964.tar.gz ayatana-indicator-sound-bf90e843f9ecc907ab917d3d3b540014137d6964.tar.bz2 ayatana-indicator-sound-bf90e843f9ecc907ab917d3d3b540014137d6964.zip |
Import upstream version 0.7.8
Diffstat (limited to 'src/music-player-bridge.h')
-rw-r--r-- | src/music-player-bridge.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/music-player-bridge.h b/src/music-player-bridge.h index 7db0948..18404b3 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.12.1, the Vala compiler, do not modify */ +/* music-player-bridge.h generated by valac 0.14.0, the Vala compiler, do not modify */ #ifndef __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); |