]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Add binding for AsyncQueue.timeout_pop/timeout_pop_unlocked
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 27 Oct 2015 15:31:25 +0000 (16:31 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 27 Oct 2015 18:20:44 +0000 (19:20 +0100)
(cherry picked from commit f1aed30f140c148dce59ddc194828c7cf1dcc02e)

vapi/glib-2.0.vapi

index 406d96afbe3f24369a2692e83382d284c5166754..39b735a0de4dcb7b13a7159cd1d10c8d3b372072 100644 (file)
@@ -1960,6 +1960,8 @@ namespace GLib {
                public bool remove_unlocked (G data);
                public G? try_pop_unlocked ();
                public G? timed_pop_unlocked (ref TimeVal end_time);
+               public G? timeout_pop (uint64 timeout);
+               public G? timeout_pop_unlocked (uint64 timeout);
                public int length_unlocked ();
                public void sort_unlocked (CompareDataFunc<G> func);
        }