gst/gsttaglist.c: Small docs addition: mention that the strings returned by gst_tag_list_get_string*() are in UTF-8 e...

Original commit message from CVS:
* gst/gsttaglist.c:
Small docs addition: mention that the strings returned by
gst_tag_list_get_string*() are in UTF-8 encoding.
This commit is contained in:
Tim-Philipp Müller 2007-12-18 12:03:18 +00:00
parent 8ee3b441e0
commit 083a6e7490
3 changed files with 11 additions and 5 deletions

View file

@ -1,3 +1,9 @@
2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
* gst/gsttaglist.c:
Small docs addition: mention that the strings returned by
gst_tag_list_get_string*() are in UTF-8 encoding.
2007-12-17 Tim-Philipp Müller <tim at centricular dot net> 2007-12-17 Tim-Philipp Müller <tim at centricular dot net>
* Makefile.am: * Makefile.am:

2
common

@ -1 +1 @@
Subproject commit 208ef72f86e944e6ba6941c68e57ffcea8d2a8f4 Subproject commit 67b8f4e3c576945f4d778c9040876af3a5a0756e

View file

@ -1353,8 +1353,8 @@ TAG_MERGE_FUNCS (pointer, gpointer)
* Use gst_tag_list_get_string_index (list, tag, 0, value) if you want * Use gst_tag_list_get_string_index (list, tag, 0, value) if you want
* to retrieve the first string associated with this tag unmodified. * to retrieve the first string associated with this tag unmodified.
* *
* The resulting string in @value should be freed by the caller using g_free * The resulting string in @value will be in UTF-8 encoding and should be
* when no longer needed * freed by the caller using g_free when no longer needed.
* *
* Returns: TRUE, if a value was copied, FALSE if the tag didn't exist in the * Returns: TRUE, if a value was copied, FALSE if the tag didn't exist in the
* given list. * given list.
@ -1369,8 +1369,8 @@ TAG_MERGE_FUNCS (pointer, gpointer)
* Gets the value that is at the given index for the given tag in the given * Gets the value that is at the given index for the given tag in the given
* list. * list.
* *
* The resulting string in @value should be freed by the caller using g_free * The resulting string in @value will be in UTF-8 encoding and should be
* when no longer needed * freed by the caller using g_free when no longer needed.
* *
* Returns: TRUE, if a value was copied, FALSE if the tag didn't exist in the * Returns: TRUE, if a value was copied, FALSE if the tag didn't exist in the
* given list. * given list.