Remmina - The GTK+ Remote Desktop Client  v1.4.33
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
remmina_ssh_plugin.h File Reference

Go to the source code of this file.

Data Structures

struct  _RemminaProtocolSettingOpt
 

Typedefs

typedef struct _RemminaProtocolSettingOpt RemminaProtocolSettingOpt
 

Functions

G_BEGIN_DECLS void remmina_ssh_plugin_register (void)
 
void remmina_plugin_ssh_vte_terminal_set_encoding_and_pty (VteTerminal *terminal, const char *codeset, int master, int slave)
 
void remmina_plugin_ssh_vte_select_all (GtkMenuItem *menuitem, gpointer vte)
 
void remmina_plugin_ssh_vte_copy_clipboard (GtkMenuItem *menuitem, gpointer vte)
 
void remmina_plugin_ssh_vte_paste_clipboard (GtkMenuItem *menuitem, gpointer vte)
 
void remmina_plugin_ssh_vte_decrease_font (GtkMenuItem *menuitem, gpointer vte)
 
void remmina_plugin_ssh_vte_increase_font (GtkMenuItem *menuitem, gpointer vte)
 
gboolean remmina_ssh_plugin_popup_menu (GtkWidget *widget, GdkEvent *event, GtkWidget *menu)
 

Typedef Documentation

◆ RemminaProtocolSettingOpt

Function Documentation

◆ remmina_plugin_ssh_vte_copy_clipboard()

void remmina_plugin_ssh_vte_copy_clipboard ( GtkMenuItem *  menuitem,
gpointer  vte 
)

Definition at line 521 of file remmina_ssh_plugin.c.

◆ remmina_plugin_ssh_vte_decrease_font()

void remmina_plugin_ssh_vte_decrease_font ( GtkMenuItem *  menuitem,
gpointer  vte 
)

Definition at line 507 of file remmina_ssh_plugin.c.

◆ remmina_plugin_ssh_vte_increase_font()

void remmina_plugin_ssh_vte_increase_font ( GtkMenuItem *  menuitem,
gpointer  vte 
)

Definition at line 514 of file remmina_ssh_plugin.c.

◆ remmina_plugin_ssh_vte_paste_clipboard()

void remmina_plugin_ssh_vte_paste_clipboard ( GtkMenuItem *  menuitem,
gpointer  vte 
)

Definition at line 532 of file remmina_ssh_plugin.c.

◆ remmina_plugin_ssh_vte_select_all()

void remmina_plugin_ssh_vte_select_all ( GtkMenuItem *  menuitem,
gpointer  vte 
)
Todo:
we should add the vte_terminal_unselect_all as well

Definition at line 499 of file remmina_ssh_plugin.c.

◆ remmina_plugin_ssh_vte_terminal_set_encoding_and_pty()

void remmina_plugin_ssh_vte_terminal_set_encoding_and_pty ( VteTerminal *  terminal,
const char *  codeset,
int  master,
int  slave 
)

Definition at line 407 of file remmina_ssh_plugin.c.

◆ remmina_ssh_plugin_popup_menu()

gboolean remmina_ssh_plugin_popup_menu ( GtkWidget *  widget,
GdkEvent *  event,
GtkWidget *  menu 
)

Definition at line 799 of file remmina_ssh_plugin.c.

◆ remmina_ssh_plugin_register()

G_BEGIN_DECLS void remmina_ssh_plugin_register ( void  )

Definition at line 1696 of file remmina_ssh_plugin.c.