mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-30 19:06:38 +02:00
gwin32: Document fallback behaviour of g_win32_error_message()
Signed-off-by: Philip Withnall <pwithnall@gnome.org> Fixes: #3740
This commit is contained in:
@@ -207,6 +207,9 @@ g_win32_getlocale (void)
|
|||||||
* [`FormatMessage()`](https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-formatmessagew)).
|
* [`FormatMessage()`](https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-formatmessagew)).
|
||||||
* The returned string is in UTF-8.
|
* The returned string is in UTF-8.
|
||||||
*
|
*
|
||||||
|
* If a human readable message cannot be found for the given @error, an empty
|
||||||
|
* string is returned.
|
||||||
|
*
|
||||||
* Returns: (transfer full) (not nullable): newly-allocated error message
|
* Returns: (transfer full) (not nullable): newly-allocated error message
|
||||||
**/
|
**/
|
||||||
gchar *
|
gchar *
|
||||||
|
Reference in New Issue
Block a user