]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
dbus-glib-1: add dbus_g_connection_open binding
authorEvan Nemerson <evan@coeus-group.com>
Fri, 8 Jun 2012 00:20:47 +0000 (17:20 -0700)
committerJürg Billeter <j@bitron.ch>
Sat, 23 Jun 2012 15:30:47 +0000 (17:30 +0200)
Fixes bug 622043.

vapi/dbus-glib-1.vapi

index 5502fe2d628ac7302973e7f44a9763d6d398b6f2..6e4e8efba7a966638ac40f936bf974aeb4c80ac8 100644 (file)
@@ -242,6 +242,8 @@ namespace DBus {
        [Compact]
        [CCode (ref_function = "dbus_g_connection_ref", unref_function = "dbus_g_connection_unref", cname = "DBusGConnection")]
        public class Connection {
+               [CCode (cname = "dbus_g_connection_open")]
+               public Connection (string address) throws Error;
                [CCode (cname = "dbus_g_proxy_new_for_name")]
                public Object get_object (string name, string path, string? interface_ = null);
                [CCode (cname="dbus_g_proxy_new_for_name_owner")]