rofi  1.7.0
SSHModePrivateData Struct Reference
Collaboration diagram for SSHModePrivateData:
Collaboration graph

Data Fields

GList * user_known_hosts
 
SshEntryhosts_list
 
unsigned int hosts_list_length
 

Detailed Description

The internal data structure holding the private data of the SSH Mode.

Definition at line 71 of file ssh.c.

Field Documentation

◆ hosts_list

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().

◆ hosts_list_length

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().

◆ user_known_hosts

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().


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