aboutsummaryrefslogtreecommitdiff
path: root/src/gnome-bluetooth-1.0.vapi
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2012-12-05 14:03:42 +1300
committerRobert Ancell <robert.ancell@canonical.com>2012-12-05 14:03:42 +1300
commit6309b14c49e7bc562e9cb91dd7727577b3373433 (patch)
treecb47918d7735d00bcec919a430b23e94d740d304 /src/gnome-bluetooth-1.0.vapi
parenta958c28e52ee9879483f74044e7eb78ac4efcb53 (diff)
downloadayatana-indicator-bluetooth-6309b14c49e7bc562e9cb91dd7727577b3373433.tar.gz
ayatana-indicator-bluetooth-6309b14c49e7bc562e9cb91dd7727577b3373433.tar.bz2
ayatana-indicator-bluetooth-6309b14c49e7bc562e9cb91dd7727577b3373433.zip
Add connect button
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_")]