Code

remember sticky_zoom toggle button state
[inkscape.git] / src / color-profile.h
index 7fbc7812e5bbec1d8e75539cafacaa98f2be3a79..2e57e7ef0221b3b813b00dca270d4df2dbabf84a 100644 (file)
@@ -7,6 +7,7 @@
 
 #include <glib/gtypes.h>
 #include <sp-object.h>
+#include <glibmm/ustring.h>
 #if ENABLE_LCMS
 #include <lcms.h>
 #endif // ENABLE_LCMS
@@ -32,6 +33,7 @@ struct ColorProfile : public SPObject {
     static GType getType();
     static void classInit( ColorProfileClass *klass );
 
+    static std::list<Glib::ustring> getProfileDirs();
 #if ENABLE_LCMS
     static cmsHPROFILE getSRGBProfile();