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_key_chooser.h File Reference

Go to the source code of this file.

Data Structures

struct  _RemminaKeyChooserArguments
 

Typedefs

typedef struct _RemminaKeyChooserArguments RemminaKeyChooserArguments
 

Functions

G_BEGIN_DECLS RemminaKeyChooserArgumentsremmina_key_chooser_new (GtkWindow *parent_window, gboolean use_modifiers)
 
gchar * remmina_key_chooser_get_value (guint keyval, guint state)
 
guint remmina_key_chooser_get_keyval (const gchar *value)
 

Typedef Documentation

◆ RemminaKeyChooserArguments

Function Documentation

◆ remmina_key_chooser_get_keyval()

guint remmina_key_chooser_get_keyval ( const gchar *  value)

Definition at line 114 of file remmina_key_chooser.c.

◆ remmina_key_chooser_get_value()

gchar* remmina_key_chooser_get_value ( guint  keyval,
guint  state 
)

Definition at line 96 of file remmina_key_chooser.c.

◆ remmina_key_chooser_new()

G_BEGIN_DECLS RemminaKeyChooserArguments* remmina_key_chooser_new ( GtkWindow *  parent_window,
gboolean  use_modifiers 
)

Definition at line 64 of file remmina_key_chooser.c.