Rename a few arguments

To fix header/function/doc-string mismatches.
This commit is contained in:
Ryan Lortie 2011-07-22 13:44:31 +02:00
parent 6492548b6f
commit a14f2fa1a0
2 changed files with 3 additions and 3 deletions

View File

@ -827,8 +827,8 @@ g_datalist_id_get_data (GData **datalist,
/** /**
* g_datalist_get_data: * g_datalist_get_data:
* @dl: a datalist. * @datalist: a datalist.
* @k: the string identifying a data element. * @key: the string identifying a data element.
* @Returns: the data element, or %NULL if it is not found. * @Returns: the data element, or %NULL if it is not found.
* *
* Gets a data element, using its string identifer. This is slower than * Gets a data element, using its string identifer. This is slower than

View File

@ -606,7 +606,7 @@ gchar* g_utf8_find_prev_char (const gchar *str,
glong g_utf8_strlen (const gchar *p, glong g_utf8_strlen (const gchar *p,
gssize max) G_GNUC_PURE; gssize max) G_GNUC_PURE;
gchar *g_utf8_substring (const gchar *p, gchar *g_utf8_substring (const gchar *str,
glong start_pos, glong start_pos,
glong end_pos) G_GNUC_MALLOC; glong end_pos) G_GNUC_MALLOC;