rofi
1.7.0
|
Data Fields | |
char * | name |
char * | path |
enum FBFileType | type |
uint32_t | icon_fetch_uid |
gboolean | link |
time_t | time |
Definition at line 81 of file filebrowser.c.
uint32_t FBFile::icon_fetch_uid |
Definition at line 85 of file filebrowser.c.
Referenced by _get_icon(), and get_file_browser().
gboolean FBFile::link |
Definition at line 86 of file filebrowser.c.
Referenced by _get_display_value(), and get_file_browser().
char* FBFile::name |
Definition at line 82 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 83 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 87 of file filebrowser.c.
Referenced by compare_time(), get_file_browser(), and set_time().
enum FBFileType FBFile::type |
Definition at line 83 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().