mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 23:46:15 +01:00
Fix GIR: gunichar -> gunichar[]
This commit is contained in:
parent
828030a6b2
commit
4e1fe6cf22
@ -113,7 +113,7 @@ g_unichar_combining_class (gunichar uc)
|
||||
|
||||
/**
|
||||
* g_unicode_canonical_ordering:
|
||||
* @string: a UCS-4 encoded string.
|
||||
* @string: (array length=len) (element-type gunichar): a UCS-4 encoded string.
|
||||
* @len: the maximum length of @string to use.
|
||||
*
|
||||
* Computes the canonical ordering of a string in-place.
|
||||
|
@ -923,7 +923,7 @@ g_utf8_to_ucs4 (const gchar *str,
|
||||
|
||||
/**
|
||||
* g_ucs4_to_utf8:
|
||||
* @str: a UCS-4 encoded string
|
||||
* @str: (array length=len) (element-type gunichar): a UCS-4 encoded string
|
||||
* @len: the maximum length (number of characters) of @str to use.
|
||||
* If @len < 0, then the string is nul-terminated.
|
||||
* @items_read: (out) (optional): location to store number of
|
||||
@ -997,7 +997,7 @@ g_ucs4_to_utf8 (const gunichar *str,
|
||||
|
||||
/**
|
||||
* g_utf16_to_utf8:
|
||||
* @str: a UTF-16 encoded string
|
||||
* @str: (array length=len) (element-type guint16): a UTF-16 encoded string
|
||||
* @len: the maximum length (number of #gunichar2) of @str to use.
|
||||
* If @len < 0, then the string is nul-terminated.
|
||||
* @items_read: (out) (optional): location to store number of
|
||||
@ -1153,7 +1153,7 @@ g_utf16_to_utf8 (const gunichar2 *str,
|
||||
|
||||
/**
|
||||
* g_utf16_to_ucs4:
|
||||
* @str: a UTF-16 encoded string
|
||||
* @str: (array length=len) (element-type guint16): a UTF-16 encoded string
|
||||
* @len: the maximum length (number of #gunichar2) of @str to use.
|
||||
* If @len < 0, then the string is nul-terminated.
|
||||
* @items_read: (out) (optional): location to store number of
|
||||
@ -1408,7 +1408,7 @@ g_utf8_to_utf16 (const gchar *str,
|
||||
|
||||
/**
|
||||
* g_ucs4_to_utf16:
|
||||
* @str: a UCS-4 encoded string
|
||||
* @str: (array length=len) (element-type gunichar): a UCS-4 encoded string
|
||||
* @len: the maximum length (number of characters) of @str to use.
|
||||
* If @len < 0, then the string is nul-terminated.
|
||||
* @items_read: (out) (optional): location to store number of
|
||||
|
Loading…
Reference in New Issue
Block a user