Code

Extensions. Color marker improvements (Bug #692582, Color markers to match stroke...
[inkscape.git] / src / color-profile.h
index 40d0d769871f89e96974493f7662ab156767695a..e1dd298bd82a9519552ca1a24d3dc033dc24452e 100644 (file)
@@ -33,7 +33,8 @@ struct ColorProfile : public SPObject {
     static GType getType();
     static void classInit( ColorProfileClass *klass );
 
-    static std::list<Glib::ustring> getProfileDirs();
+    static std::list<Glib::ustring> getBaseProfileDirs();
+    static std::list<Glib::ustring> getProfileFiles();
 #if ENABLE_LCMS
     static cmsHPROFILE getSRGBProfile();
     static cmsHPROFILE getNULLProfile();
@@ -91,4 +92,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :