mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
Rename a few arguments
To fix header/function/doc-string mismatches.
This commit is contained in:
parent
6492548b6f
commit
a14f2fa1a0
@ -827,8 +827,8 @@ g_datalist_id_get_data (GData **datalist,
|
||||
|
||||
/**
|
||||
* g_datalist_get_data:
|
||||
* @dl: a datalist.
|
||||
* @k: the string identifying a data element.
|
||||
* @datalist: a datalist.
|
||||
* @key: the string identifying a data element.
|
||||
* @Returns: the data element, or %NULL if it is not found.
|
||||
*
|
||||
* Gets a data element, using its string identifer. This is slower than
|
||||
|
@ -606,7 +606,7 @@ gchar* g_utf8_find_prev_char (const gchar *str,
|
||||
glong g_utf8_strlen (const gchar *p,
|
||||
gssize max) G_GNUC_PURE;
|
||||
|
||||
gchar *g_utf8_substring (const gchar *p,
|
||||
gchar *g_utf8_substring (const gchar *str,
|
||||
glong start_pos,
|
||||
glong end_pos) G_GNUC_MALLOC;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user