create_for_bus
Description:
[ CCode ( cname = "g_dbus_proxy_new_for_bus" , finish_name = "g_dbus_proxy_new_for_bus_finish" ) ]
[ Version ( deprecated_since = "vala-0.36" , replacement = "DBusProxy.for_bus" ) ]
public static async DBusProxy create_for_bus (BusType bus_type, DBusProxyFlags flags, DBusInterfaceInfo? info, string name, string object_path, string interface_name, Cancellable? cancellable = null) throws IOError
[ Version ( deprecated_since = "vala-0.36" , replacement = "DBusProxy.for_bus" ) ]
public static async DBusProxy create_for_bus (BusType bus_type, DBusProxyFlags flags, DBusInterfaceInfo? info, string name, string object_path, string interface_name, Cancellable? cancellable = null) throws IOError
Warning: create_for_bus is deprecated since vala-0.36. Use DBusProxy.for_bus.