~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* 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
}