* mu: support description fields in stat scripts, some refactoring

This commit is contained in:
djcb
2012-10-21 17:20:20 +03:00
parent ba670dd645
commit 12eebbcc23
9 changed files with 77 additions and 51 deletions

View File

@ -63,12 +63,14 @@ const char* mu_script_info_description (MuScriptInfo *msi);
*
* @param path a file system path
* @param ext an extension (e.g., ".scm"), or NULL
* @param prefix for the one-line description
* (e.g., ";; DESCRIPTION: "), or NULL
* @param err receives error information, if any
*
* @return a list of Mu
*/
GSList *mu_script_get_script_info_list (const char *path, const char *ext,
GError **err);
const char *descprefix, GError **err);
/**
* destroy a list of MuScriptInfo* objects