extensions, libgimp, plug-ins: remove n_drawables arg from GimpImageProcedure's…

… run() function.

This is more consistent with recent changes in PDB, and now the
drawables argument is NULL-terminated.
This commit is contained in:
Jehan
2024-10-28 12:16:13 +01:00
parent ea5824ebd7
commit 8900967a81
74 changed files with 63 additions and 195 deletions

View File

@ -94,7 +94,7 @@ def process_args(brush, font, gradient, palette, pattern):
return
def test_dialog(procedure, run_mode, image, n_drawables, drawables, config, data):
def test_dialog(procedure, run_mode, image, drawables, config, data):
'''
Just a standard shell for a plugin.
'''