sp-feimage-fns.h revision 761a541468cc0b8a7fcfb8c65784c0896f0f80f4
#ifndef SP_FEIMAGE_FNS_H
#define SP_FEIMAGE_FNS_H
/** \file
* Macros and fn declarations related to gaussian blur filter.
*/
#include <glib-object.h>
}
}
#define SP_TYPE_FEIMAGE (sp_feImage_get_type())
#endif /* !SP_FEIMAGE_FNS_H */
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :