diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-06-25 07:19:15 -0400 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2010-06-25 07:19:15 -0400 |
commit | a5c5146a5e95bf0e55279015d7f687af999742a2 (patch) | |
tree | 3654d104762310474ffefdda9a044c7ece12b91c /src/music-player-bridge.h | |
parent | f1887353eb6be2cf8264bf1379767135f442e7f6 (diff) | |
parent | d42a33775a862a5fd782a7b2e765d06f7e6ff897 (diff) | |
download | ayatana-indicator-sound-a5c5146a5e95bf0e55279015d7f687af999742a2.tar.gz ayatana-indicator-sound-a5c5146a5e95bf0e55279015d7f687af999742a2.tar.bz2 ayatana-indicator-sound-a5c5146a5e95bf0e55279015d7f687af999742a2.zip |
* New upstream release.
- Fixes menu flicker when playing a song with artwork
displayed (LP: #598438)
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 fd680c1..26fe9c3 100644 --- a/src/music-player-bridge.h +++ b/src/music-player-bridge.h @@ -224,6 +224,7 @@ MprisController* mpris_controller_construct (GType object_type, const char* name void mpris_controller_toggle_playback (MprisController* self, gboolean state); PlayerItem* player_item_new (void); PlayerItem* player_item_construct (GType object_type); +void player_item_reset (PlayerItem* self, GeeHashSet* attrs); void player_item_update (PlayerItem* self, GHashTable* data, GeeHashSet* attributes); void player_item_set_adaptor (PlayerItem* self, MprisController* adaptor); char* player_item_sanitize_string (const char* st); |