aboutsummaryrefslogtreecommitdiff
path: root/src/gnome-bluetooth-1.0.vapi
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnome-bluetooth-1.0.vapi')
-rw-r--r--src/gnome-bluetooth-1.0.vapi2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gnome-bluetooth-1.0.vapi b/src/gnome-bluetooth-1.0.vapi
index 8e43920..6d6aa09 100644
--- a/src/gnome-bluetooth-1.0.vapi
+++ b/src/gnome-bluetooth-1.0.vapi
@@ -9,6 +9,8 @@ public class Client : GLib.Object
public Gtk.TreeModel model { get; }
public Gtk.TreeModel adapter_model { get; }
public Gtk.TreeModel device_model { get; }
+ [CCode (finish_function = "bluetooth_client_connect_service_finish")]
+ public async bool connect_service (string device, bool connect, GLib.Cancellable? cancellable = null) throws GLib.Error;
}
[CCode (cheader_filename = "bluetooth-enums.h", cprefix = "BLUETOOTH_COLUMN_")]