diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-06-25 11:19:13 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-06-25 11:19:13 -0400 |
commit | 2118f6baaf6432811125901f5986e51fa55b4374 (patch) | |
tree | f305ccde8c4ecc67d405618eaca777ff6371211e /src/music-player-bridge.h | |
parent | 288985d7c0a4dcdde22335a31d9eae7f7d5ec215 (diff) | |
download | ayatana-indicator-sound-2118f6baaf6432811125901f5986e51fa55b4374.tar.gz ayatana-indicator-sound-2118f6baaf6432811125901f5986e51fa55b4374.tar.bz2 ayatana-indicator-sound-2118f6baaf6432811125901f5986e51fa55b4374.zip |
Import upstream version 0.3.3
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); |