summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorCarlos Eduardo Rodrigues Diógenes <cerdiogenes@gmail.com>2007-12-26 23:17:50 +0000
committerCarlos Eduardo Rodrigues Diógenes <carlosd@src.gnome.org>2007-12-26 23:17:50 +0000
commitbefcec07e03e11addca5f3999b1a9c86cc629c88 (patch)
treed6c2b5d5b7aaab7b4ce4d39f2aa5f9147615422b /idl
parent7fb0bf760c0d81910e527e5aa35c2c98a7de0c93 (diff)
Added the IDL definition of the new RPC supportColorblindFilters, so
2007-12-26 Carlos Eduardo Rodrigues Diógenes <cerdiogenes@gmail.com> * idl/GNOME_Magnifier.idl: Added the IDL definition of the new RPC supportColorblindFilters, so clients can verify if the magnifier was compiled or not with support for colorblind filters. * magnifier/magnifier.c: Added the new function impl_magnifier_support_colorblind_filters to implement the new RPC supportColorblindFilters. svn path=/trunk/; revision=651
Diffstat (limited to 'idl')
-rw-r--r--idl/GNOME_Magnifier.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/idl/GNOME_Magnifier.idl b/idl/GNOME_Magnifier.idl
index 065d4e5..8e51b2a 100644
--- a/idl/GNOME_Magnifier.idl
+++ b/idl/GNOME_Magnifier.idl
@@ -227,6 +227,12 @@ module GNOME {
boolean fullScreenCapable ();
/**
+ * Consult if the Magnifier can apply colorblind image filters.
+ * @returns TRUE if it can or FALSE otherwise.
+ **/
+ boolean supportColorblindFilters ();
+
+ /**
* Create a new zoom region for the magnifier.
* The new region is initially 'unmanaged'; that is, it is not associated with
* a particular sub-region of the "source" display.