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:

committed by
Lloyd Konneker

parent
d361256977
commit
d0a6c4c758
@ -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__ */
|
||||
|
Reference in New Issue
Block a user