[gnome-color-manager] trivial: add several other types of colorimeter



commit c450fe3d1ded7153ba34989782491f0703f2888d
Author: Richard Hughes <richard hughsie com>
Date:   Tue Feb 23 11:37:19 2010 +0000

    trivial: add several other types of colorimeter

 src/gcm-colorimeter.c |    2 +-
 src/gcm-colorimeter.h |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-colorimeter.c b/src/gcm-colorimeter.c
index a059057..9bae0ee 100644
--- a/src/gcm-colorimeter.c
+++ b/src/gcm-colorimeter.c
@@ -264,7 +264,7 @@ gcm_colorimeter_class_init (GcmColorimeterClass *klass)
 	g_object_class_install_property (object_class, PROP_SUPPORTS_PRINTER, pspec);
 
 	/**
-	 * GcmColorimeter::added:
+	 * GcmColorimeter::changed:
 	 **/
 	signals[SIGNAL_CHANGED] =
 		g_signal_new ("changed",
diff --git a/src/gcm-colorimeter.h b/src/gcm-colorimeter.h
index f8e8241..0cce1cb 100644
--- a/src/gcm-colorimeter.h
+++ b/src/gcm-colorimeter.h
@@ -59,6 +59,12 @@ typedef enum {
 	GCM_COLORIMETER_KIND_HUEY,
 	GCM_COLORIMETER_KIND_COLOR_MUNKI,
 	GCM_COLORIMETER_KIND_SPYDER,
+	GCM_COLORIMETER_KIND_DTP20,
+	GCM_COLORIMETER_KIND_DTP22,
+	GCM_COLORIMETER_KIND_DTP41,
+	GCM_COLORIMETER_KIND_DTP51,
+	GCM_COLORIMETER_KIND_SPECTRO_SCAN,
+	GCM_COLORIMETER_KIND_I1_PRO,
 	GCM_COLORIMETER_KIND_UNKNOWN
 } GcmColorimeterKind;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]