GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Data Fields
gp_dir_entry Struct Reference

A dir cache entry, represents a file or a directory. More...

#include <gp_dir_cache.h>

Data Fields

size_t size
 Entry size in bytes.
 
time_t mtime
 Entry modification time.
 
unsigned int name_len
 Length of the entry name.
 
int is_dir:1
 Set if entry is a directory.
 
int filtered:1
 If set the entry is hidden from listing.
 
char name []
 Entry name.
 

Detailed Description

A dir cache entry, represents a file or a directory.

Definition at line 25 of file gp_dir_cache.h.


The documentation for this struct was generated from the following file: