Data Fields | |
const gchar * | filename |
const gchar * | filepath |
gboolean | is_dir |
gint64 | filesize |
gint64 | date_modified |
Definition at line 53 of file index.c.
gint64 fs_entry_t::date_modified |
Definition at line 59 of file index.c.
Referenced by compare_entry(), create_db_entry(), and read_directory().
const gchar* fs_entry_t::filename |
Definition at line 55 of file index.c.
Referenced by compare_entry(), create_db_entry(), and read_directory().
const gchar* fs_entry_t::filepath |
Definition at line 56 of file index.c.
Referenced by compare_entry(), create_db_entry(), and read_directory().
gint64 fs_entry_t::filesize |
Definition at line 58 of file index.c.
Referenced by compare_entry(), create_db_entry(), and read_directory().
gboolean fs_entry_t::is_dir |
Definition at line 57 of file index.c.
Referenced by compare_entry(), create_db_entry(), and read_directory().