summaryrefslogtreecommitdiff
path: root/gir/gobject-2.0.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2015-09-14 13:17:08 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2015-09-14 13:17:08 +0200
commitca5bcd6132368e2067e8d8c32b3942d9704cacf7 (patch)
tree311c372efe2d3ad5791b3693356693091812a70f /gir/gobject-2.0.c
parent3c42163880bf74d318453b47e6ac56bf3b89a86f (diff)
downloadgobject-introspection-ca5bcd6132368e2067e8d8c32b3942d9704cacf7.tar.gz
Update glib annotations from git master
Diffstat (limited to 'gir/gobject-2.0.c')
-rw-r--r--gir/gobject-2.0.c17
1 files changed, 14 insertions, 3 deletions
diff --git a/gir/gobject-2.0.c b/gir/gobject-2.0.c
index 217b81d6..9302fa67 100644
--- a/gir/gobject-2.0.c
+++ b/gir/gobject-2.0.c
@@ -3534,11 +3534,11 @@
/**
* g_param_spec_get_default_value:
- * @param: a #GParamSpec
+ * @pspec: a #GParamSpec
*
- * Gets the default value of @param as a pointer to a #GValue.
+ * Gets the default value of @pspec as a pointer to a #GValue.
*
- * The #GValue will remain value for the life of @param.
+ * The #GValue will remain value for the life of @pspec.
*
* Returns: a pointer to a #GValue which must not be modified
* Since: 2.38
@@ -3559,6 +3559,17 @@
/**
+ * g_param_spec_get_name_quark:
+ * @param: a #GParamSpec
+ *
+ * Gets the GQuark for the name.
+ *
+ * Returns: the GQuark for @pspec->name.
+ * Since: 2.46
+ */
+
+
+/**
* g_param_spec_get_nick:
* @pspec: a valid #GParamSpec
*