Code

Implement guide behaviour as discussed on the mailing list
[inkscape.git] / src / sp-guide.h
index 593e4583f57af9041bd4f9f012974626892be068..6bf541cd1e562a32287fd87c9655a196011e2e6f 100644 (file)
@@ -59,7 +59,7 @@ void sp_guide_moveto(SPGuide const &guide, Geom::Point const point_on_line, bool
 void sp_guide_set_normal(SPGuide const &guide, Geom::Point const normal_to_line, bool const commit);
 void sp_guide_remove(SPGuide *guide);
 
-char *sp_guide_description(SPGuide const *guide);
+char *sp_guide_description(SPGuide const *guide, const bool verbose = true);
 
 
 #endif /* !SP_GUIDE_H */