From f2e15cbd458eaccd478aff929ffbe0d228aff0a6 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Tue, 4 Dec 2012 16:55:15 +1300 Subject: Tidy up gnome-bluetooth-1.0.vapi --- src/gnome-bluetooth-1.0.vapi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gnome-bluetooth-1.0.vapi b/src/gnome-bluetooth-1.0.vapi index 2a0387b..8e43920 100644 --- a/src/gnome-bluetooth-1.0.vapi +++ b/src/gnome-bluetooth-1.0.vapi @@ -7,6 +7,8 @@ public class Client : GLib.Object { public Client (); public Gtk.TreeModel model { get; } + public Gtk.TreeModel adapter_model { get; } + public Gtk.TreeModel device_model { get; } } [CCode (cheader_filename = "bluetooth-enums.h", cprefix = "BLUETOOTH_COLUMN_")] @@ -71,10 +73,8 @@ public class Killswitch : GLib.Object public Killswitch (); public signal void state_changed (KillswitchState state); public bool has_killswitches (); - public void set_state (KillswitchState state); - public KillswitchState get_state (); - public unowned string state_to_string (); public KillswitchState state { get; set; } + public unowned string state_to_string (); } } -- cgit v1.2.3