[vala] glib-2.0: Use async scope for GThreadFunc



commit 7bc123e5c5113de3eafee909a6d4980550ece13f
Author: JÃrg Billeter <j bitron ch>
Date:   Thu Aug 2 14:33:35 2012 +0200

    glib-2.0: Use async scope for GThreadFunc
    
    Fixes bug 680931.

 vapi/glib-2.0.vapi |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index d29b322..cb7ccd0 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -1,6 +1,6 @@
 /* glib-2.0.vala
  *
- * Copyright (C) 2006-2011  JÃrg Billeter
+ * Copyright (C) 2006-2012  JÃrg Billeter
  * Copyright (C) 2006-2008  Raffaele Sandrini
  * Copyright (C) 2007  Mathias Hasselmann
  *
@@ -1654,6 +1654,7 @@ namespace GLib {
 
 	/* Thread support */
 
+	[CCode (scope = "async")]
 	public delegate G ThreadFunc<G> ();
 	public delegate void Func<G> (G data);
 	



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]