![]() |
![]() |
![]() |
Libfm Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
struct FmFileInfoJob; struct FmFileInfoJobClass; void fm_file_info_job_add (FmFileInfoJob *job
,FmPath *path
); void fm_file_info_job_add_gfile (FmFileInfoJob *job
,GFile *gf
); FmPath * fm_file_info_job_get_current (FmFileInfoJob *job
); FmFileInfoJob * fm_file_info_job_new (FmPathList *files_to_query
,FmFileInfoJobFlags flags
); gboolean fm_file_info_set_from_native_file (FmFileInfo *fi
,const char *path
,GError **err
);
FmFileInfoJob * fm_file_info_job_new (FmPathList *files_to_query
,FmFileInfoJobFlags flags
);
gboolean fm_file_info_set_from_native_file (FmFileInfo *fi
,const char *path
,GError **err
);
Get file info of the specified native file and store it in the FmFileInfo struct.
|
A FmFileInfo struct |
|
full path of the file |
|
a GError** to retrive errors |
Returns : |
TRUE if no error happens. |