X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fversion.h;h=750ef8e552bdf82b61df625a8a6570561b139c77;hb=7b51296159813ffbc382e4decef735f222ee23f8;hp=7f708c1b881050ee11dc590f6e0d8c2b88973034;hpb=c87d0307348fcfdc65b6b4ab6999a3cb0de2431f;p=inkscape.git diff --git a/src/version.h b/src/version.h index 7f708c1b8..750ef8e55 100644 --- a/src/version.h +++ b/src/version.h @@ -49,9 +49,9 @@ struct Version { #define SP_VERSION_IS_ZERO (v) (!(v).major && !(v).minor) -bool sp_version_from_string (const gchar *string, Inkscape::Version *version); +gboolean sp_version_from_string (const gchar *string, Inkscape::Version *version); gchar *sp_version_to_string (Inkscape::Version version); -bool sp_version_inside_range (Inkscape::Version version, +gboolean sp_version_inside_range (Inkscape::Version version, unsigned major_min, unsigned minor_min, unsigned major_max, unsigned minor_max);