Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / src / sp-item-notify-moveto.h
1 #ifndef __SP_ITEM_NOTIFY_MOVETO_H__
2 #define __SP_ITEM_NOTIFY_MOVETO_H__
4 #include <forward.h>
6 void sp_item_notify_moveto(SPItem &item, SPGuide const &g, int const snappoint_ix,
7                            double position, bool const commit);
10 #endif /* !__SP_ITEM_NOTIFY_MOVETO_H__ */
13 /*
14   Local Variables:
15   mode:c++
16   c-file-style:"stroustrup"
17   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
18   indent-tabs-mode:nil
19   fill-column:99
20   End:
21 */
22 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :