Rename a few arguments
authorRyan Lortie <desrt@desrt.ca>
Fri, 22 Jul 2011 11:44:31 +0000 (13:44 +0200)
committerRyan Lortie <desrt@desrt.ca>
Fri, 22 Jul 2011 13:47:24 +0000 (15:47 +0200)
To fix header/function/doc-string mismatches.

glib/gdataset.c
glib/gunicode.h

index b58d66c..9a1e299 100644 (file)
@@ -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
index 548300c..ad2f638 100644 (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;