mirror of https://github.com/GNOME/gimp.git
30 lines
491 B
C
30 lines
491 B
C
/* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT */
|
|
/* REGENERATE BY USING make-installer.py */
|
|
#include "config.h"
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <glib-object.h>
|
|
#include "base/base-types.h"
|
|
#include "gimp-composite.h"
|
|
|
|
#include "gimp-composite-vis.h"
|
|
|
|
|
|
gboolean
|
|
gimp_composite_vis_install (void)
|
|
{
|
|
/* nothing to do */
|
|
|
|
return (FALSE);
|
|
}
|
|
|
|
gboolean
|
|
gimp_composite_vis_init (void)
|
|
{
|
|
#if defined(COMPILE_VIS_IS_OKAY)
|
|
return (TRUE);
|
|
#else
|
|
return (FALSE);
|
|
#endif
|
|
}
|