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

@@ -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;