func_get_author_t
Desription plugin functions specification
typedef gchar* (*func_get_author_t)(void);
The function get the author of the plugin.
func_get_info_t
Desription plugin functions specification
typedef gchar* (*func_get_info_t)(void);
The function get some information about the plugin.
func_get_help_t
Desription plugin functions specification
typedef gchar* (*func_get_help_t)(void);
The function get some help about the plugin.
func_get_allowed_ext_t
Desription plugin functions specification
typedef gchar* (*func_get_allowed_ext_t)(void);
The function get a list for file extention supported by the plugin.
func_get_allowed_name_t
Desription plugin functions specification
typedef gchar* (*func_get_allowed_name_t)(void);
The function get a list for file name supported by the plugin.
func_get_file_descr_t
Desription plugin functions specification
typedef gchar* (*func_get_file_descr_t)(const char* file_path, const char* mode);
The function get the file description.
Parameters
file_path | file path to make description |
mode | mode to build description |
func_get_files_descr_t
Desription plugin functions specification
typedef gchar*** (*func_get_files_descr_t)(const char* file_path, const char* mode);
The function get the files description.
Parameters
file_path | file path to make description |
mode | mode to build description |
func_descr_t
Desription plugin functions specification
typedef gchar* (*func_get_parent_descr_t)(const char*, const char*);
#endif
The function get the author of the plugin.
Parameters
file_name | file name to get description |
|