mirror of https://github.com/GNOME/gimp.git
libgimp/gimpbrushes.c libgimp/gimpgradients.c libgimp/gimpimage.c
2006-11-03 Michael Natterer <mitch@gimp.org> * libgimp/gimpbrushes.c * libgimp/gimpgradients.c * libgimp/gimpimage.c * libgimp/gimplayer.c * libgimp/gimppalette.c * libgimp/gimppalettes.c * libgimp/gimppatterns.c * libgimp/gimpselection.c: also let all non-generated deprecated functions see their declarations.
This commit is contained in:
parent
ee52864c9b
commit
dd9a1db625
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2006-11-03 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimp/gimpbrushes.c
|
||||
* libgimp/gimpgradients.c
|
||||
* libgimp/gimpimage.c
|
||||
* libgimp/gimplayer.c
|
||||
* libgimp/gimppalette.c
|
||||
* libgimp/gimppalettes.c
|
||||
* libgimp/gimppatterns.c
|
||||
* libgimp/gimpselection.c: also let all non-generated deprecated
|
||||
functions see their declarations.
|
||||
|
||||
2006-11-03 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/core/gimpimage.[ch]: added gimp_image_add_layers() which
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "gimp.h"
|
||||
#undef GIMP_DISABLE_DEPRECATED
|
||||
#undef __GIMP_BRUSHES_H__
|
||||
#include "gimpbrushes.h"
|
||||
|
||||
/**
|
||||
* gimp_brushes_get_opacity:
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "gimp.h"
|
||||
#undef GIMP_DISABLE_DEPRECATED
|
||||
#undef __GIMP_GRADIENTS_H__
|
||||
#include "gimpgradients.h"
|
||||
|
||||
/**
|
||||
* gimp_gradients_get_gradient:
|
||||
|
|
|
@ -22,7 +22,9 @@
|
|||
#include "config.h"
|
||||
|
||||
#include "gimp.h"
|
||||
|
||||
#undef GIMP_DISABLE_DEPRECATED
|
||||
#undef __GIMP_IMAGE_H__
|
||||
#include "gimpimage.h"
|
||||
|
||||
/**
|
||||
* gimp_image_get_cmap:
|
||||
|
|
|
@ -22,7 +22,9 @@
|
|||
#include "config.h"
|
||||
|
||||
#include "gimp.h"
|
||||
|
||||
#undef GIMP_DISABLE_DEPRECATED
|
||||
#undef __GIMP_LAYER_H__
|
||||
#include "gimplayer.h"
|
||||
|
||||
/**
|
||||
* gimp_layer_new:
|
||||
|
|
|
@ -22,6 +22,9 @@
|
|||
#include "config.h"
|
||||
|
||||
#include "gimp.h"
|
||||
#undef GIMP_DISABLE_DEPRECATED
|
||||
#undef __GIMP_PALETTE_H__
|
||||
#include "gimppalette.h"
|
||||
|
||||
/**
|
||||
* gimp_palette_get_foreground:
|
||||
|
|
|
@ -22,6 +22,9 @@
|
|||
#include "config.h"
|
||||
|
||||
#include "gimp.h"
|
||||
#undef GIMP_DISABLE_DEPRECATED
|
||||
#undef __GIMP_PALETTES_H__
|
||||
#include "gimppalettes.h"
|
||||
|
||||
/**
|
||||
* gimp_palettes_set_palette:
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "gimp.h"
|
||||
#undef GIMP_DISABLE_DEPRECATED
|
||||
#undef __GIMP_PATTERNS_H__
|
||||
#include "gimppatterns.h"
|
||||
|
||||
/**
|
||||
* gimp_patterns_set_pattern:
|
||||
|
|
|
@ -22,6 +22,9 @@
|
|||
#include "config.h"
|
||||
|
||||
#include "gimp.h"
|
||||
#undef GIMP_DISABLE_DEPRECATED
|
||||
#undef __GIMP_SELECTION_H__
|
||||
#include "gimpselection.h"
|
||||
|
||||
/**
|
||||
* gimp_selection_float:
|
||||
|
|
Loading…
Reference in New Issue