plug-ins: fix some broken macros with a massive search-and-replace.

If we leave a space between the macro name and opening parenthese for argument
lists, the args are not considered macro args (which will be discovered when
using it). I experienced this issue while testing code on some plug-in
yesterday, so thought I might as well fix all these broken macros for casting to
the specific GimpPlugIn subclass, so that we won't have a next time.
This commit is contained in:
Jehan 2023-10-18 18:29:37 +02:00
parent 57ca3f4807
commit bf8ee69570
102 changed files with 105 additions and 105 deletions