aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2012-12-04 16:55:15 +1300
committerRobert Ancell <robert.ancell@canonical.com>2012-12-04 16:55:15 +1300
commitf2e15cbd458eaccd478aff929ffbe0d228aff0a6 (patch)
tree54536155ca46a20e53310c4118b654ff2359209c /src
parent35ab3546885e985e244768d17d58a025e6af4be5 (diff)
downloadayatana-indicator-bluetooth-f2e15cbd458eaccd478aff929ffbe0d228aff0a6.tar.gz
ayatana-indicator-bluetooth-f2e15cbd458eaccd478aff929ffbe0d228aff0a6.tar.bz2
ayatana-indicator-bluetooth-f2e15cbd458eaccd478aff929ffbe0d228aff0a6.zip
Tidy up gnome-bluetooth-1.0.vapi
Diffstat (limited to 'src')
-rw-r--r--src/gnome-bluetooth-1.0.vapi6
1 files 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 ();
}
}