summaryrefslogtreecommitdiff
path: root/filter/colord.h
diff options
context:
space:
mode:
authorGangHeok Kim <gangheok.kim@samsung.com>2013-10-23 16:18:47 +0900
committerGangHeok Kim <gangheok.kim@samsung.com>2013-10-23 16:18:47 +0900
commit611f37e618c791af28225aad10d475e2769e3da1 (patch)
treedfa38aa5a1284778cf10350614014ae9714cbb27 /filter/colord.h
parent7cc32e73951fd66486d247d9f57d5a8baf9761c4 (diff)
downloadcups-filters-611f37e618c791af28225aad10d475e2769e3da1.tar.gz
cups-filters-611f37e618c791af28225aad10d475e2769e3da1.tar.bz2
cups-filters-611f37e618c791af28225aad10d475e2769e3da1.zip
Change-Id: Ide49658010969dae57d0e40a14700367f729827b
Diffstat (limited to 'filter/colord.h')
-rw-r--r--filter/colord.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/filter/colord.h b/filter/colord.h
new file mode 100644
index 0000000..8f5c142
--- /dev/null
+++ b/filter/colord.h
@@ -0,0 +1,35 @@
+/*
+Copyright (c) 2011-2013, Richard Hughes
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+MIT Open Source License - http://www.opensource.org/
+
+*/
+
+
+/* Common routines for accessing the colord CMS framework */
+
+#include <cups/raster.h>
+
+char **colord_get_qualifier_for_ppd (ppd_file_t *ppd);
+char *colord_get_profile_for_device_id (const char *device_id,
+ const char **qualifier_tuple);
+int colord_get_inhibit_for_device_id (const char *device_id);