docs: gst_error_get_message() returns string in UTF-8, not current locale

We tell gettext to return everything in UTF-8 encoding.
This commit is contained in:
Tim-Philipp Müller 2010-12-07 18:46:01 +00:00
parent 686b16756d
commit 711f2d8abb

View file

@ -300,8 +300,8 @@ QUARK_FUNC (stream);
*
* Get a string describing the error message in the current locale.
*
* Returns: (transfer full) (type gchar*): a newly allocated string describing
* the error message in the current locale.
* Returns: (transfer full): a newly allocated string describing
* the error message (in UTF-8 encoding)
*/
gchar *
gst_error_get_message (GQuark domain, gint code)