mirror of https://github.com/GNOME/gimp.git
app, libgimp*: commit the newly generated *enums.c files.
They are nearly the same as initially, except that now they include an intermediate stamp header which will be generated by the build system. The only 2 enums which don't need these includes (and are not versioned) are libgimp/gimpenums.c and libgimpthumb/gimpthumb-enums.c.
This commit is contained in:
parent
106f2a061d
commit
979acaaae2
|
@ -1,6 +1,7 @@
|
|||
|
||||
/* Generated data (by gimp-mkenums) */
|
||||
|
||||
#include "stamp-config-enums.h"
|
||||
#include "config.h"
|
||||
#include <gio/gio.h>
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
/* Generated data (by gimp-mkenums) */
|
||||
|
||||
#include "stamp-core-enums.h"
|
||||
#include "config.h"
|
||||
#include <gio/gio.h>
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
/* Generated data (by gimp-mkenums) */
|
||||
|
||||
#include "stamp-display-enums.h"
|
||||
#include "config.h"
|
||||
#include <gio/gio.h>
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
/* Generated data (by gimp-mkenums) */
|
||||
|
||||
#include "stamp-gimp-gegl-enums.h"
|
||||
#include "config.h"
|
||||
#include <gio/gio.h>
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
/* Generated data (by gimp-mkenums) */
|
||||
|
||||
#include "stamp-operations-enums.h"
|
||||
#include "config.h"
|
||||
#include <gio/gio.h>
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
/* Generated data (by gimp-mkenums) */
|
||||
|
||||
#include "stamp-paint-enums.h"
|
||||
#include "config.h"
|
||||
#include <gio/gio.h>
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
/* Generated data (by gimp-mkenums) */
|
||||
|
||||
#include "stamp-plug-in-enums.h"
|
||||
#include "config.h"
|
||||
#include <gio/gio.h>
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
/* Generated data (by gimp-mkenums) */
|
||||
|
||||
#include "stamp-text-enums.h"
|
||||
#include "config.h"
|
||||
#include <gio/gio.h>
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
/* Generated data (by gimp-mkenums) */
|
||||
|
||||
#include "stamp-tools-enums.h"
|
||||
#include "config.h"
|
||||
#include <gio/gio.h>
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
/* Generated data (by gimp-mkenums) */
|
||||
|
||||
#include "stamp-widgets-enums.h"
|
||||
#include "config.h"
|
||||
#include <gtk/gtk.h>
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
|
|
@ -1,11 +1,14 @@
|
|||
|
||||
/* Generated data (by gimp-mkenums) */
|
||||
|
||||
#include "stamp-gimpbaseenums.h"
|
||||
#include "config.h"
|
||||
#include <glib-object.h>
|
||||
#undef GIMP_DISABLE_DEPRECATED
|
||||
#include "gimpbasetypes.h"
|
||||
#include "libgimp/libgimp-intl.h"
|
||||
#include "gimpbaseenums.h"
|
||||
|
||||
|
||||
/* enumerations from "gimpbaseenums.h" */
|
||||
GType
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
/* Generated data (by gimp-mkenums) */
|
||||
|
||||
#include "stamp-gimpcompatenums.h"
|
||||
#include "config.h"
|
||||
#include <glib-object.h>
|
||||
#include "gimpbasetypes.h"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
/* Generated data (by gimp-mkenums) */
|
||||
|
||||
#include "stamp-gimpconfigenums.h"
|
||||
#include "config.h"
|
||||
#include <gio/gio.h>
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
/* Generated data (by gimp-mkenums) */
|
||||
|
||||
#include "stamp-gimpwidgetsenums.h"
|
||||
#include "config.h"
|
||||
#include <gio/gio.h>
|
||||
#include "libgimpbase/gimpbase.h"
|
||||
|
|
Loading…
Reference in New Issue