summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-10-02 16:12:34 +0200
committerBastien Nocera <hadess@hadess.net>2021-10-12 10:33:21 +0200
commit698eccdc8ef5b662cf802b37a18bbe1fbfa264b6 (patch)
tree45f472103e5df4c8389c8ad6da14620f7ca4dd58
parent2df63656b933c9b4c4d412f5f649206eaddeec08 (diff)
downloadtotem-698eccdc8ef5b662cf802b37a18bbe1fbfa264b6.tar.gz
main: Allow passing empty display name to add_to_playlist()
-rw-r--r--src/totem-object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-object.c b/src/totem-object.c
index 7b945eb6a..c59520d16 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -808,7 +808,7 @@ setup_save_timeout_cb (Totem *totem,
* totem_object_add_to_playlist:
* @totem: a #TotemObject
* @uri: the URI to add to the playlist
- * @display_name: the display name of the URI
+ * @display_name: (allow-none): the display name of the URI
* @play: whether to play the added item
*
* Add @uri to the playlist and play it immediately.