aboutsummaryrefslogtreecommitdiff
path: root/src/music-player-bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/music-player-bridge.h')
-rw-r--r--src/music-player-bridge.h1
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);