Commit graph

2 commits

Author SHA1 Message Date
Jehan
74eb242587 pdb: sync enums.pl generated file with source.
My commit 0b792c22a4 was a beginner mistake as pdb/enums.pl is a
generated file. I also need to fix the source otherwise `git diff` will
always differe when generating the file.

Our CI in particular verifies that `git diff` is always empty so this
was breaking our gimp-debian-x64 CI job.
2024-11-24 20:34:43 +09:00
Michael Natterer
390ef44481 pdb, libgimp: allow to use external GType-registered enums in the PDB
The enums have to be menually registered in pdb/enums-external.pl.
Currently supports enums from GEGL only.

Add enum GeglDistanceMetric as first external enum.
2018-03-17 20:31:48 +01:00