From: Niclas Lockner Date: Wed, 11 Dec 2013 12:39:21 +0000 (+0100) Subject: glib-2.0: Added [DestroysInstance] to Thread.join() X-Git-Tag: 0.23.1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=364fa75c50f218bf9624f737fe4ac7a964c98d31;p=thirdparty%2Fvala.git glib-2.0: Added [DestroysInstance] to Thread.join() Fixes bug 720249. --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 915eb6811..06051dfd1 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -1711,6 +1711,7 @@ namespace GLib { public static unowned Thread create_full (owned ThreadFunc func, ulong stack_size, bool joinable, bool bound, ThreadPriority priority) throws ThreadError; [CCode (simple_generics = true)] public static unowned Thread self (); + [DestroysInstance] public T join (); [Deprecated (since = "2.32")] public void set_priority (ThreadPriority priority);