summaryrefslogtreecommitdiff
path: root/gir/glib-2.0.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-11-30 20:56:01 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2014-11-30 20:56:01 +0100
commit3bdfc7449be8307dd8c43a1d8034375b4f16dafb (patch)
tree02b529e18266628eced9443fc3e1a9000548d659 /gir/glib-2.0.c
parent1a4de48da8e9c20d99b8136c31c8ae6cd17c6ebc (diff)
downloadgobject-introspection-3bdfc7449be8307dd8c43a1d8034375b4f16dafb.tar.gz
Update glib annotations from git master
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r--gir/glib-2.0.c18
1 files changed, 16 insertions, 2 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index 287f39d3..7d8a5833 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -27231,8 +27231,10 @@
* g_strfreev:
* @str_array: a %NULL-terminated array of strings to free
*
- * Frees a %NULL-terminated array of strings, and the array itself.
- * If called on a %NULL value, g_strfreev() simply returns.
+ * Frees a %NULL-terminated array of strings, as well as each
+ * string it contains.
+ *
+ * If @str_array is %NULL, this function simply returns.
*/
@@ -28182,6 +28184,18 @@
/**
+ * g_strv_contains:
+ * @strv: a %NULL-terminated array of strings
+ * @str: a string
+ *
+ * Checks if @strv contains @str. @strv must not be %NULL.
+ *
+ * Returns: %TRUE if @str is an element of @strv, according to g_str_equal().
+ * Since: 2.44
+ */
+
+
+/**
* g_strv_length:
* @str_array: a %NULL-terminated array of strings
*