mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
pdb: remove all deprecated procedures
This commit is contained in:
parent
9525c646e1
commit
f180a171cd
89 changed files with 99 additions and 21324 deletions
|
@ -48,8 +48,6 @@ GimpPrecision gimp_image_get_precision (gint32
|
|||
GimpLayerMode gimp_image_get_default_new_layer_mode (gint32 image_ID);
|
||||
gint gimp_image_width (gint32 image_ID);
|
||||
gint gimp_image_height (gint32 image_ID);
|
||||
GIMP_DEPRECATED_FOR(gimp_drawable_free_shadow)
|
||||
gboolean gimp_image_free_shadow (gint32 image_ID);
|
||||
gint* gimp_image_get_layers (gint32 image_ID,
|
||||
gint *num_layers);
|
||||
gint* gimp_image_get_channels (gint32 image_ID,
|
||||
|
@ -71,10 +69,6 @@ gboolean gimp_image_pick_color (gint32
|
|||
gint32 gimp_image_pick_correlate_layer (gint32 image_ID,
|
||||
gint x,
|
||||
gint y);
|
||||
GIMP_DEPRECATED_FOR(gimp_image_insert_layer)
|
||||
gboolean gimp_image_add_layer (gint32 image_ID,
|
||||
gint32 layer_ID,
|
||||
gint position);
|
||||
gboolean gimp_image_insert_layer (gint32 image_ID,
|
||||
gint32 layer_ID,
|
||||
gint32 parent_ID,
|
||||
|
@ -83,10 +77,6 @@ gboolean gimp_image_remove_layer (gint32
|
|||
gint32 layer_ID);
|
||||
gboolean gimp_image_freeze_layers (gint32 image_ID);
|
||||
gboolean gimp_image_thaw_layers (gint32 image_ID);
|
||||
GIMP_DEPRECATED_FOR(gimp_image_insert_channel)
|
||||
gboolean gimp_image_add_channel (gint32 image_ID,
|
||||
gint32 channel_ID,
|
||||
gint position);
|
||||
gboolean gimp_image_insert_channel (gint32 image_ID,
|
||||
gint32 channel_ID,
|
||||
gint32 parent_ID,
|
||||
|
@ -95,10 +85,6 @@ gboolean gimp_image_remove_channel (gint32
|
|||
gint32 channel_ID);
|
||||
gboolean gimp_image_freeze_channels (gint32 image_ID);
|
||||
gboolean gimp_image_thaw_channels (gint32 image_ID);
|
||||
GIMP_DEPRECATED_FOR(gimp_image_insert_vectors)
|
||||
gboolean gimp_image_add_vectors (gint32 image_ID,
|
||||
gint32 vectors_ID,
|
||||
gint position);
|
||||
gboolean gimp_image_insert_vectors (gint32 image_ID,
|
||||
gint32 vectors_ID,
|
||||
gint32 parent_ID,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue