summaryrefslogtreecommitdiffstats
path: root/src/style.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-10-07 19:43:42 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-10-07 19:43:42 +0000
commit94d861cae0e80c71f2ec36331b943cbdecfd57db (patch)
treee970c635980e049b43b12fb11cd4ac0248727a6f /src/style.h
parentImplement singleton behaviour for undo history dialog. Make sure event (diff)
downloadinkscape-94d861cae0e80c71f2ec36331b943cbdecfd57db.tar.gz
inkscape-94d861cae0e80c71f2ec36331b943cbdecfd57db.zip
add generic set-property-to-this-object-url method
(bzr r1773)
Diffstat (limited to 'src/style.h')
-rw-r--r--src/style.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/style.h b/src/style.h
index a7572317e..b7932404c 100644
--- a/src/style.h
+++ b/src/style.h
@@ -536,6 +536,8 @@ SPCSSAttr *sp_css_attr_scale(SPCSSAttr *css, double ex);
void sp_style_unset_property_attrs(SPObject *o);
+void sp_style_set_property_url (SPObject *item, gchar const *property, SPObject *linked, bool recursive);
+
#endif