Code

add commentary about temporary canvas items.
[inkscape.git] / src / sp-rect.h
index bef99470b8a07e93b727acd0ce5a2b10d70da0d5..4cf3b24ba07994d03559e3cd5f56251fc72c0284 100644 (file)
@@ -47,8 +47,8 @@ GType sp_rect_get_type (void);
 void sp_rect_position_set (SPRect * rect, gdouble x, gdouble y, gdouble width, gdouble height);
 
 /* If SET if FALSE, VALUE is just ignored */
-void sp_rect_set_rx(SPRect * rect, bool set, gdouble value);
-void sp_rect_set_ry(SPRect * rect, bool set, gdouble value);
+void sp_rect_set_rx(SPRect * rect, gboolean set, gdouble value);
+void sp_rect_set_ry(SPRect * rect, gboolean set, gdouble value);
 
 void sp_rect_set_visible_rx (SPRect *rect, gdouble rx);
 void sp_rect_set_visible_ry (SPRect *rect, gdouble ry);