[libgconf-bridge] Update VAPI to match newer language spec



commit 5f2de873a4d7da76dddb15832b66b6986f634763
Author: Ross Burton <ross linux intel com>
Date:   Mon Nov 8 10:12:17 2010 +0000

    Update VAPI to match newer language spec

 libgconf-bridge.vapi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgconf-bridge.vapi b/libgconf-bridge.vapi
index 82b7432..276ae2f 100644
--- a/libgconf-bridge.vapi
+++ b/libgconf-bridge.vapi
@@ -12,9 +12,9 @@ namespace GConf {
 		[CCode (cname = "gconf_bridge_bind_window")]
 		public uint bind_window (string key_prefix, Gtk.Window window, bool bind_size, bool bind_pos);
 		[CCode (cname = "gconf_bridge_get")]
-		public static weak Bridge get ();
+		public static unowned Bridge get ();
 		[CCode (cname = "gconf_bridge_get_client")]
-		public weak GConf.Client get_client ();
+		public unowned GConf.Client get_client ();
 		[CCode (cname = "gconf_bridge_install_default_error_handler")]
 		public static void install_default_error_handler ();
 		[CCode (cname = "gconf_bridge_unbind")]



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