mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
ScriptFu: add Scheme language function script-fu-register-regular
Building on prior commits, with a few small fixes to them. First demonstrable changes towards #12605. Font map plugin is ported as a test case. Old-style plugins using script-fu-register still work.
This commit is contained in:
parent
d361256977
commit
d0a6c4c758
12 changed files with 262 additions and 38 deletions
|
@ -61,6 +61,9 @@ GimpProcedure * script_fu_script_create_PDB_procedure (GimpPlugIn *plug_
|
|||
SFScript *script,
|
||||
GimpPDBProcType plug_in_type);
|
||||
|
||||
void script_fu_script_infer_drawable_arity (SFScript *script);
|
||||
void script_fu_script_infer_drawable_arity (SFScript *script);
|
||||
void script_fu_script_set_drawable_arity_none (SFScript *script);
|
||||
void script_fu_script_set_is_old_style (SFScript *script);
|
||||
gboolean script_fu_script_get_is_old_style (SFScript *script);
|
||||
|
||||
#endif /* __SCRIPT_FU_SCRIPT__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue