Since meson 0.43.0 (below our current requirement), 'symbol_prefix' argument of gnome.generate_gir() allows an ordered list. If I prepend 'gimp_ui', it makes any gimp_ui_*() function to not start with 'ui_'. In particular, GimpUi.ui_init() becomes GimpUi.init() which is much less redundant. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile.am | ||
| meson.build | ||
| pyconsole.py | ||
| python-console.py | ||