[gtk+] GtkContainer: Fix paramter name in doc comment



commit 3900700479ec0706b3b4f091b726dfbd53eed5f6
Author: Timm Bäder <mail baedert org>
Date:   Thu Sep 10 11:34:44 2015 +0200

    GtkContainer: Fix paramter name in doc comment

 gtk/gtkcontainer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c
index 2a712d8..76b8937 100644
--- a/gtk/gtkcontainer.c
+++ b/gtk/gtkcontainer.c
@@ -1543,7 +1543,7 @@ gtk_container_class_install_child_property (GtkContainerClass *cclass,
  * gtk_container_class_install_child_properties:
  * @cclass: a #GtkContainerClass
  * @n_pspecs: the length of the #GParamSpec array
- * @pspec: (array length=n_pspecs): the #GParamSpec array defining the new
+ * @pspecs: (array length=n_pspecs): the #GParamSpec array defining the new
  *     child properties
  *
  * Installs child properties on a container class.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]