![]() |
![]() |
![]() |
libfm Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
FmArchiver; gboolean fm_archiver_is_mime_type_supported (FmArchiver *archiver
,const char *type
); gboolean fm_archiver_create_archive (FmArchiver *archiver
,GAppLaunchContext *ctx
,FmPathList *files
); gboolean fm_archiver_extract_archives (FmArchiver *archiver
,GAppLaunchContext *ctx
,FmPathList *files
); gboolean fm_archiver_extract_archives_to (FmArchiver *archiver
,GAppLaunchContext *ctx
,FmPathList *files
,FmPath *dest_dir
); FmArchiver* fm_archiver_get_default (); void fm_archiver_set_default (FmArchiver *archiver
); GList* fm_archiver_get_all ();
typedef struct { char* program; char* create_cmd; char* extract_cmd; char* extract_to_cmd; char** mime_types; } FmArchiver;
gboolean fm_archiver_is_mime_type_supported (FmArchiver *archiver
,const char *type
);
|
|
|
|
Returns : |
gboolean fm_archiver_create_archive (FmArchiver *archiver
,GAppLaunchContext *ctx
,FmPathList *files
);
|
|
|
|
|
|
Returns : |
gboolean fm_archiver_extract_archives (FmArchiver *archiver
,GAppLaunchContext *ctx
,FmPathList *files
);
|
|
|
|
|
|
Returns : |
gboolean fm_archiver_extract_archives_to (FmArchiver *archiver
,GAppLaunchContext *ctx
,FmPathList *files
,FmPath *dest_dir
);
|
|
|
|
|
|
|
|
Returns : |