Blob Blame History Raw
#ifndef __AFFINE_MODULE_H__
#define __AFFINE_MODULE_H__

G_BEGIN_DECLS

#include <glib-object.h>
#include <gegl-plugin.h>

G_MODULE_EXPORT GTypeModule          * affine_module_get_module (void);
G_MODULE_EXPORT const GeglModuleInfo * gegl_module_query        (GTypeModule *module);
G_MODULE_EXPORT gboolean               gegl_module_register     (GTypeModule *module);

G_END_DECLS

#endif