mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
glib/gstring.c: Fix inline docs for g_string_prepend_unichar.
This commit is contained in:
parent
4baa1e16de
commit
322e2b61fa
@ -495,14 +495,14 @@ g_string_prepend_c (GString *string,
|
||||
}
|
||||
|
||||
/**
|
||||
* g_string_append_unichar:
|
||||
* @string: a #GString
|
||||
* @wc: a Unicode character
|
||||
* g_string_prepend_unichar:
|
||||
* @string: a #GString.
|
||||
* @wc: a Unicode character.
|
||||
*
|
||||
* Converts a Unicode character into UTF-8, and prepends it
|
||||
* to the string.
|
||||
*
|
||||
* Return value: @string
|
||||
* Return value: @string.
|
||||
**/
|
||||
GString*
|
||||
g_string_prepend_unichar (GString *string,
|
||||
|
Loading…
Reference in New Issue
Block a user