[vala] glib-2.0: mark Thread.set_priority and Thread.foreach as deprecated
- From: Evan Nemerson <evann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] glib-2.0: mark Thread.set_priority and Thread.foreach as deprecated
- Date: Tue, 22 Jan 2013 02:29:01 +0000 (UTC)
commit ad62aa59b78759859b7f1624977fc7461e83f7e2
Author: Evan Nemerson <evan coeus-group com>
Date: Mon Jan 21 18:28:13 2013 -0800
glib-2.0: mark Thread.set_priority and Thread.foreach as deprecated
vapi/glib-2.0.vapi | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index d0766bf..4857714 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -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")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]