]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gio-2.0: Add DBusConnection.get_proxy_sync to gio-2.0-custom.vala
authorJürg Billeter <j@bitron.ch>
Fri, 17 Sep 2010 22:10:27 +0000 (00:10 +0200)
committerJürg Billeter <j@bitron.ch>
Fri, 17 Sep 2010 22:17:19 +0000 (00:17 +0200)
vapi/packages/gio-2.0/gio-2.0-custom.vala

index 3739102196e799b1c7b3cecd159c49405f86289c..0517e4c1f26b88ece29e9436449f743c27ae6a10 100644 (file)
@@ -71,6 +71,7 @@ namespace GLib {
 
        [CCode (cname = "GDBusConnection")]
        public class DBusConnection {
+               public T get_proxy_sync<T> (string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.IOError;
                public uint register_object<T> (string object_path, T object) throws GLib.IOError;
        }
 }