diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-14 11:36:54 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-14 11:36:54 +0100 |
commit | cebf725978b32756700671a646aaed9677f6f219 (patch) | |
tree | 8aad7e2e09ba66c6ab36da556f7b8265b31898a6 /src/colord.vapi | |
parent | 13eec502b99e47e9910b5610869236698e1a8a13 (diff) | |
parent | a632195d632be90e0da0ed0eef4b0987ed4bea6c (diff) |
Merge branch 'release/3.26.2-1'3.26.2-1
Diffstat (limited to 'src/colord.vapi')
-rw-r--r-- | src/colord.vapi | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/colord.vapi b/src/colord.vapi deleted file mode 100644 index 817673f..0000000 --- a/src/colord.vapi +++ /dev/null @@ -1,17 +0,0 @@ -[CCode (cprefix = "Cd", lower_case_cprefix = "cd_", cheader_filename = "colord.h")] -namespace Colord { - public class Client : GLib.Object { - public Client (); - public bool connect_sync (GLib.Cancellable? cancellable = null) throws GLib.Error; - public Device find_device_by_property_sync (string key, string value, GLib.Cancellable? cancellable = null) throws GLib.Error; - } - public class Device : GLib.Object { - public bool connect_sync (GLib.Cancellable? cancellable = null) throws GLib.Error; - public Profile? get_default_profile (); - } - public class Profile : GLib.Object { - public bool connect_sync (GLib.Cancellable? cancellable = null) throws GLib.Error; - public string? filename { get; } - } - public const string DEVICE_PROPERTY_SERIAL; -} |