Code

Fix self-snapping when dragging the transformation center of a selection containing...
[inkscape.git] / src / sp-image.h
index 7b00e0da360601240f871a23e8d2027b360ed6d0..172cd711885de1a1df04a4413d1c7bda8e33f4b1 100644 (file)
@@ -26,6 +26,7 @@ class SPImageClass;
 /* SPImage */
 
 #include <gdk-pixbuf/gdk-pixbuf.h>
+#include <glibmm/ustring.h>
 #include "svg/svg-length.h"
 #include "sp-item.h"
 #include "display/display-forward.h"
@@ -65,7 +66,7 @@ GType sp_image_get_type (void);
 
 /* Return duplicate of curve or NULL */
 SPCurve *sp_image_get_curve (SPImage *image);
-
+void sp_embed_image(Inkscape::XML::Node *imgnode, GdkPixbuf *pb, Glib::ustring const &mime);
 void sp_image_refresh_if_outdated( SPImage* image );
 
 #endif