~ubuntu-branches/ubuntu/utopic/inkscape/utopic-proposed

« back to all changes in this revision

Viewing changes to src/color-profile.h

Tags: upstream-0.48.0
ImportĀ upstreamĀ versionĀ 0.48.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    static GType getType();
34
34
    static void classInit( ColorProfileClass *klass );
35
35
 
36
 
    static std::list<Glib::ustring> getBaseProfileDirs();
37
 
    static std::list<Glib::ustring> getProfileFiles();
 
36
    static std::list<Glib::ustring> getProfileDirs();
38
37
#if ENABLE_LCMS
39
38
    static cmsHPROFILE getSRGBProfile();
40
39
    static cmsHPROFILE getNULLProfile();