Code

peeled back the gboolean code as it hit on some complexity theory principles...
[inkscape.git] / src / helper / unit-menu.h
index 9407afa3f2acf3af70366ff235861f8d6f666437..bf5bb260eeb02b40bfd0460aa1bdc66afdd7653e 100644 (file)
@@ -38,7 +38,7 @@ void sp_unit_selector_set_unit(SPUnitSelector *selector, SPUnit const *unit);
 void sp_unit_selector_add_adjustment(SPUnitSelector *selector, GtkAdjustment *adjustment);
 void sp_unit_selector_remove_adjustment(SPUnitSelector *selector, GtkAdjustment *adjustment);
 
-bool sp_unit_selector_update_test(SPUnitSelector const *selector);
+gboolean sp_unit_selector_update_test(SPUnitSelector const *selector);
 
 double sp_unit_selector_get_value_in_pixels(SPUnitSelector const *selector, GtkAdjustment *adj);
 void sp_unit_selector_set_value_in_pixels(SPUnitSelector *selector, GtkAdjustment *adj, double value);