]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: mark Thread.set_priority and Thread.foreach as deprecated
authorEvan Nemerson <evan@coeus-group.com>
Tue, 22 Jan 2013 02:28:13 +0000 (18:28 -0800)
committerEvan Nemerson <evan@coeus-group.com>
Tue, 22 Jan 2013 02:28:52 +0000 (18:28 -0800)
vapi/glib-2.0.vapi

index d0766bfd00f40b4a93ad07b130d593b15c1dd863..48577142d9d81654e12e43ef0ac8bfb6d1238214 100644 (file)
@@ -1691,9 +1691,11 @@ namespace GLib {
                [CCode (simple_generics = true)]
                public static unowned Thread<T> self<T> ();
                public T join ();
+               [Deprecated (since = "2.32")]
                public void set_priority (ThreadPriority priority);
                public static void yield ();
                public static void exit (T retval);
+               [Deprecated (since = "2.32")]
                public static void @foreach (Func<Thread> thread_func);
 
                [CCode (cname = "g_usleep")]