script-fu: port script loading to GFileEnumerator
This commit is contained in:
@ -19,11 +19,11 @@
|
||||
#define __SCRIPT_FU_SCRIPTS_H__
|
||||
|
||||
|
||||
void script_fu_find_scripts (const gchar *path);
|
||||
pointer script_fu_add_script (scheme *sc,
|
||||
pointer a);
|
||||
pointer script_fu_add_menu (scheme *sc,
|
||||
pointer a);
|
||||
void script_fu_find_scripts (GList *path);
|
||||
pointer script_fu_add_script (scheme *sc,
|
||||
pointer a);
|
||||
pointer script_fu_add_menu (scheme *sc,
|
||||
pointer a);
|
||||
|
||||
|
||||
#endif /* __SCRIPT_FU_SCRIPTS__ */
|
||||
|
||||
Reference in New Issue
Block a user