From 2a75ec1544f45b3165eb69da8185374fe8e2fdf1 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 15 Jan 2004 20:33:53 +0000 Subject: [PATCH] Minor fix in documentation Original commit message from CVS: Minor fix in documentation --- gst/gsttag.c | 2 +- gst/gsttaglist.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gsttag.c b/gst/gsttag.c index b1c0422304..6f8bfd1f34 100644 --- a/gst/gsttag.c +++ b/gst/gsttag.c @@ -560,7 +560,7 @@ gst_tag_list_get_tag_size (const GstTagList *list, const gchar *tag) * @list: list to set tags in * @mode: the mode to use * @tag: tag - * @...: values to set + * @...: NULL-terminated list of values to set * * Sets the values for the given tags using the specified mode. */ diff --git a/gst/gsttaglist.c b/gst/gsttaglist.c index b1c0422304..6f8bfd1f34 100644 --- a/gst/gsttaglist.c +++ b/gst/gsttaglist.c @@ -560,7 +560,7 @@ gst_tag_list_get_tag_size (const GstTagList *list, const gchar *tag) * @list: list to set tags in * @mode: the mode to use * @tag: tag - * @...: values to set + * @...: NULL-terminated list of values to set * * Sets the values for the given tags using the specified mode. */