gimp/pdb/groups.pl
lloyd konneker 9e2d8e4e16 API: fix #12860 autocrop is internal, not a compatibility plugin
Rename plug_in_compat.pdb to image_autocrop.pdb so we retain commit history.

All procedures defined there are related to autocrop.
   - made internal, not plugins
   - renamed from plug-in- to gimp-image-
   - exposed in libgimp

If we need plugin compatibility PDB group in the future,
a starting template can be recovered from plug_in_compat.pdb 2.10 or late 2.99.

Fixed plugins that call.  The C plugin now calls libgimp instead of a PDB procedure.
2025-02-09 16:51:13 +00:00

60 lines
847 B
Perl

# This file is autogenerated
@groups = qw(
brush
brush_select
brushes
buffer
channel
context
debug
display
drawable
drawable_color
drawable_edit
drawable_filter
drawable_select
dynamics
edit
file
floating_sel
font
font_select
fonts
gimp
gimprc
gradient
gradient_select
gradients
group_layer
help
image
image_autocrop
image_color_profile
image_convert
image_grid
image_guides
image_sample_points
image_select
image_transform
image_undo
item
item_transform
layer
message
paint_tools
palette
palette_select
palettes
path
pattern
pattern_select
patterns
pdb
plug_in
progress
resource
selection
text_layer
text_tool
unit
);