mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +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.
|
||||
*
|
||||
* 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)
|
||||
|
|
Loading…
Reference in a new issue