rofi 1.7.5
|
Data Fields | |
char * | name |
char * | path |
enum FBFileType | type |
uint32_t | icon_fetch_uid |
uint32_t | icon_fetch_size |
gboolean | link |
time_t | time |
Definition at line 88 of file filebrowser.c.
uint32_t FBFile::icon_fetch_size |
Definition at line 93 of file filebrowser.c.
Referenced by _get_icon(), and get_file_browser().
uint32_t FBFile::icon_fetch_uid |
Definition at line 92 of file filebrowser.c.
Referenced by _get_icon(), and get_file_browser().
gboolean FBFile::link |
Definition at line 94 of file filebrowser.c.
Referenced by _get_display_value(), and get_file_browser().
char* FBFile::name |
Definition at line 89 of file filebrowser.c.
Referenced by _get_display_value(), compare_name(), file_browser_token_match(), free_list(), and get_file_browser().
char* FBFile::path |
Definition at line 90 of file filebrowser.c.
Referenced by _get_completion(), _get_icon(), file_browser_mode_completer(), file_browser_mode_result(), free_list(), get_file_browser(), and set_time().
time_t FBFile::time |
Definition at line 95 of file filebrowser.c.
Referenced by compare_time(), get_file_browser(), and set_time().
enum FBFileType FBFile::type |
Definition at line 91 of file filebrowser.c.
Referenced by _get_display_value(), _get_icon(), compare_name(), compare_time(), file_browser_mode_completer(), file_browser_mode_result(), and get_file_browser().