Code

9d5e6ccf7ea876f93089232f5961ea6270ce7407
[inkscape.git] / src / extension / internal / gdkpixbuf-input.h
1 #ifndef INKSCAPE_EXTENSION_INTERNAL_GDKPIXBUF_INPUT_H
2 #define INKSCAPE_EXTENSION_INTERNAL_GDKPIXBUF_INPUT_H
4 #include "extension/implementation/implementation.h"
6 namespace Inkscape {
7 namespace Extension {
8 namespace Internal {
10 class GdkpixbufInput : Inkscape::Extension::Implementation::Implementation {
11 public:
12     SPDocument *open(Inkscape::Extension::Input *mod,
13                      gchar const *uri);
14     static void init();
15 };
17 } } }  /* namespace Inkscape, Extension, Implementation */
20 #endif /* INKSCAPE_EXTENSION_INTERNAL_GDKPIXBUF_INPUT_H */
22 /*
23   Local Variables:
24   mode:c++
25   c-file-style:"stroustrup"
26   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
27   indent-tabs-mode:nil
28   fill-column:99
29   End:
30 */
31 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :