From 7bc123e5c5113de3eafee909a6d4980550ece13f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrg=20Billeter?= Date: Thu, 2 Aug 2012 14:33:35 +0200 Subject: [PATCH] glib-2.0: Use async scope for GThreadFunc Fixes bug 680931. --- vapi/glib-2.0.vapi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index d29b322da..cb7ccd03a 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 (); public delegate void Func (G data); -- 2.47.2