gimp/app/composite/gimp-composite-vis-installer.c

20 lines
365 B
C

/* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT */
/* REGENERATE BY USING make-installer.py */
#include "config.h"
#include <glib-object.h>
#include <stdlib.h>
#include <stdio.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);
}