![]() |
![]() |
![]() |
GIMP Base Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
GimpDatafileData; void (*GimpDatafileLoaderFunc) (const GimpDatafileData *file_data
,gpointer user_data
); gboolean gimp_datafiles_check_extension (const gchar *filename
,const gchar *extension
); void gimp_datafiles_read_directories (const gchar *path_str
,GFileTest flags
,GimpDatafileLoaderFunc loader_func
,gpointer user_data
);
typedef struct { const gchar *filename; const gchar *dirname; const gchar *basename; time_t atime; time_t mtime; time_t ctime; } GimpDatafileData;
This structure is passed to the GimpDatafileLoaderFunc given to
gimp_datafiles_read_directories()
for each file encountered in the
data path.
the data file's full path. | |
the folder the data file is is. | |
the data file's basename. | |
the last time the file was accessed for reading. | |
the last time the file was modified. | |
the time the file was created. |
void (*GimpDatafileLoaderFunc) (const GimpDatafileData *file_data
,gpointer user_data
);
gboolean gimp_datafiles_check_extension (const gchar *filename
,const gchar *extension
);
void gimp_datafiles_read_directories (const gchar *path_str
,GFileTest flags
,GimpDatafileLoaderFunc loader_func
,gpointer user_data
);