]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Added [DestroysInstance] to Thread.join()
authorNiclas Lockner <niclaslockner@gmail.com>
Wed, 11 Dec 2013 12:39:21 +0000 (13:39 +0100)
committerLuca Bruno <lucabru@src.gnome.org>
Wed, 11 Dec 2013 20:17:58 +0000 (21:17 +0100)
Fixes bug 720249.

vapi/glib-2.0.vapi

index 915eb681114f1401ceea75fcb8b8888d3bcfd5c5..06051dfd11c01e85bd8f7dc71b8e29704e7d47ee 100644 (file)
@@ -1711,6 +1711,7 @@ namespace GLib {
                public static unowned Thread<T> create_full<T> (owned ThreadFunc<T> func, ulong stack_size, bool joinable, bool bound, ThreadPriority priority) throws ThreadError;
                [CCode (simple_generics = true)]
                public static unowned Thread<T> self<T> ();
+               [DestroysInstance]
                public T join ();
                [Deprecated (since = "2.32")]
                public void set_priority (ThreadPriority priority);