summaryrefslogtreecommitdiffstats
path: root/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.h b/src/version.h
index 750ef8e55..7f708c1b8 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)
-gboolean sp_version_from_string (const gchar *string, Inkscape::Version *version);
+bool sp_version_from_string (const gchar *string, Inkscape::Version *version);
gchar *sp_version_to_string (Inkscape::Version version);
-gboolean sp_version_inside_range (Inkscape::Version version,
+bool sp_version_inside_range (Inkscape::Version version,
unsigned major_min, unsigned minor_min,
unsigned major_max, unsigned minor_max);