mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
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:
parent
686b16756d
commit
711f2d8abb
1 changed files with 2 additions and 2 deletions
|
@ -300,8 +300,8 @@ QUARK_FUNC (stream);
|
||||||
*
|
*
|
||||||
* Get a string describing the error message in the current locale.
|
* Get a string describing the error message in the current locale.
|
||||||
*
|
*
|
||||||
* Returns: (transfer full) (type gchar*): a newly allocated string describing
|
* Returns: (transfer full): a newly allocated string describing
|
||||||
* the error message in the current locale.
|
* the error message (in UTF-8 encoding)
|
||||||
*/
|
*/
|
||||||
gchar *
|
gchar *
|
||||||
gst_error_get_message (GQuark domain, gint code)
|
gst_error_get_message (GQuark domain, gint code)
|
||||||
|
|
Loading…
Reference in a new issue