Code

Extensions. XAML export improvements.
[inkscape.git] / src / sp-filter-primitive.h
index 6f6558c5ccbe65a5b5de1f4e79d852a5d2ca314a..92f36e7aeca6e97a5773222198a04ebad5df6e04 100644 (file)
@@ -34,14 +34,15 @@ struct SPFilterPrimitive : public SPObject {
 
 struct SPFilterPrimitiveClass {
     SPObjectClass sp_object_class;
-    void (* build_renderer)(SPFilterPrimitive*, NR::Filter*);
+    void (* build_renderer)(SPFilterPrimitive*, Inkscape::Filters::Filter*);
 };
 
 GType sp_filter_primitive_get_type (void);
 
 /* Common initialization for filter primitives */
-void sp_filter_primitive_renderer_common(SPFilterPrimitive *sp_prim, NR::FilterPrimitive *nr_prim);
+void sp_filter_primitive_renderer_common(SPFilterPrimitive *sp_prim, Inkscape::Filters::FilterPrimitive *nr_prim);
 
+int sp_filter_primitive_name_previous_out(SPFilterPrimitive *prim);
 int sp_filter_primitive_read_in(SPFilterPrimitive *prim, gchar const *name);
 int sp_filter_primitive_read_result(SPFilterPrimitive *prim, gchar const *name);
 
@@ -55,4 +56,4 @@ int sp_filter_primitive_read_result(SPFilterPrimitive *prim, gchar const *name);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :