rofi 1.7.5
|
Data Fields | |
GList * | user_known_hosts |
SshEntry * | hosts_list |
unsigned int | hosts_list_length |
The internal data structure holding the private data of the SSH Mode.
SshEntry* SSHModePrivateData::hosts_list |
List if available ssh hosts.
Definition at line 74 of file ssh.c.
Referenced by _get_display_value(), ssh_mode_destroy(), ssh_mode_init(), ssh_mode_result(), and ssh_token_match().
unsigned int SSHModePrivateData::hosts_list_length |
Length of the hosts_list.
Definition at line 76 of file ssh.c.
Referenced by ssh_mode_destroy(), ssh_mode_get_num_entries(), and ssh_mode_init().
GList* SSHModePrivateData::user_known_hosts |
Definition at line 72 of file ssh.c.
Referenced by add_known_hosts_file(), get_ssh(), and ssh_mode_destroy().