From 657d8b8812f16b2c377e5b77ff2ffcc4046a7dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 16 Jul 2017 10:20:56 +0200 Subject: New upstream version 3.25.1 --- src/colord.vapi | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/colord.vapi (limited to 'src/colord.vapi') 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; -} -- cgit v1.2.3