mirror of https://github.com/GNOME/gimp.git
tools/pdbgen/plug_in.pdb new files
* tools/pdbgen/plug_in.pdb * tools/pdbgen/interface.pdb: new files * tools/pdbgen/app.pl: add no_id_lookup option * tools/pdbgen/Makefile.am: added new pdb files, plug_in.h * tools/pdbgen/enums.pl: plug_in.h enums * app/plug_in.[ch]: removed PDB stuff, exported current_plug_in, proc_defs, and plug_in_progress_{init,update} * app/interface_cmds.c * app/plug_in_cmds.c * app/internal_procs.c: pdbgenned files * app/Makefile.am: new files: interface_cmds.c, plug_in_cmds.c -Yosh
This commit is contained in:
parent
4e68780710
commit
9d44de6234
|
@ -17,6 +17,7 @@
|
|||
gradient
|
||||
gradient_select
|
||||
guides
|
||||
interface
|
||||
layer
|
||||
misc
|
||||
palette
|
||||
|
@ -24,6 +25,7 @@
|
|||
paths
|
||||
pattern_select
|
||||
patterns
|
||||
plug_in
|
||||
procedural_db
|
||||
text_tool
|
||||
tools
|
||||
|
|
Loading…
Reference in New Issue