summaryrefslogtreecommitdiff
path: root/src/totem.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-07-09 11:11:03 +0200
committerBastien Nocera <hadess@hadess.net>2013-07-09 11:11:03 +0200
commitef5c8a268d315f0d74cb4fbfe68bb66856ce3013 (patch)
tree3a18a653a7397b1e7b57a24ccc0365737938bd23 /src/totem.h
parentc24f6b9aededa8dfe119a9e07bb2f56cc07a3260 (diff)
downloadtotem-ef5c8a268d315f0d74cb4fbfe68bb66856ce3013.tar.gz
main: Add clear playlist method
Diffstat (limited to 'src/totem.h')
-rw-r--r--src/totem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/totem.h b/src/totem.h
index a30a9f7ac..6979b3dac 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -205,7 +205,8 @@ guint totem_object_get_playlist_length (TotemObject *totem);
int totem_object_get_playlist_pos (TotemObject *totem);
char * totem_object_get_title_at_playlist_pos (TotemObject *totem,
guint playlist_index);
-void totem_object_add_to_playlist_and_play (TotemObject *totem,
+void totem_object_clear_playlist (TotemObject *totem);
+void totem_object_add_to_playlist_and_play (TotemObject *totem,
const char *uri,
const char *display_name);
char * totem_object_get_current_mrl (TotemObject *totem);