summaryrefslogtreecommitdiff
path: root/gir/glib-2.0.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2015-10-25 21:33:34 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2015-10-25 21:33:34 +0100
commitd0680d574474e22f0b9877c8411c74507b2eaa2f (patch)
tree974b4ba17d96ea73641689bab98d83e3e11f4dc8 /gir/glib-2.0.c
parent4a724ac699f0c34fba2fb452cfadea11540325e8 (diff)
downloadgobject-introspection-d0680d574474e22f0b9877c8411c74507b2eaa2f.tar.gz
gir: Update annotations from GLib git master
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r--gir/glib-2.0.c17
1 files changed, 16 insertions, 1 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index 07e8813b..be8b1811 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -19558,7 +19558,7 @@
* @timeout_: (out): location to store timeout to be used in polling
* @fds: (out caller-allocates) (array length=n_fds): location to
* store #GPollFD records that need to be polled.
- * @n_fds: length of @fds.
+ * @n_fds: (in): length of @fds.
*
* Determines information necessary to poll this main loop.
*
@@ -25081,6 +25081,21 @@
/**
+ * g_sequence_is_empty:
+ * @seq: a #GSequence
+ *
+ * Returns %TRUE if the sequence contains zero items.
+ *
+ * This function is functionally identical to checking the result of
+ * g_sequence_get_length() being equal to zero. However this function is
+ * implemented in O(1) running time.
+ *
+ * Returns: %TRUE if the sequence is empty, otherwise %FALSE.
+ * Since: 2.48
+ */
+
+
+/**
* g_sequence_iter_compare:
* @a: a #GSequenceIter
* @b: a #GSequenceIter