From 8eb2b297d6e03975afc17e1d468aa8913639e1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 22 Mar 2020 17:05:56 +0100 Subject: New upstream version 3.36.0 --- src/sane-backends.vapi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/sane-backends.vapi') diff --git a/src/sane-backends.vapi b/src/sane-backends.vapi index f636dac..b32c1a4 100644 --- a/src/sane-backends.vapi +++ b/src/sane-backends.vapi @@ -48,7 +48,7 @@ namespace Sane { NO_MEM, ACCESS_DENIED } - + public static string status_to_string (Status status) { switch (status) @@ -88,7 +88,7 @@ namespace Sane { SET_VALUE, SET_AUTO } - + public enum Frame { GRAY, @@ -154,7 +154,7 @@ namespace Sane { PERCENT, MICROSECOND } - + [CCode (cname = "SANE_Constraint_Type", cprefix = "SANE_CONSTRAINT_")] public enum ConstraintType { @@ -163,7 +163,7 @@ namespace Sane { WORD_LIST, STRING_LIST } - + public class Range { public Word min; @@ -225,7 +225,7 @@ namespace Sane { public int VERSION_MINOR (Int code); [CCode (cname = "SANE_VERSION_BUILD")] public int VERSION_BUILD (Int code); - + [CCode (cname = "SANE_FIX")] public Fixed FIX (double d); [CCode (cname = "SANE_UNFIX")] -- cgit v1.2.3