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_unlock.c File Reference

Go to the source code of this file.

Functions

static void remmina_unlock_timer_init ()
 
static void remmina_unlock_timer_reset (gpointer user_data)
 
void remmina_unlock_timer_destroy ()
 
static void remmina_unlock_unlock_clicked (GtkButton *btn, gpointer user_data)
 
static void remmina_unlock_cancel_clicked (GtkButton *btn, gpointer user_data)
 
gint remmina_unlock_new (GtkWindow *parent)
 

Variables

static RemminaUnlockDialogremmina_unlock_dialog
 
GTimer * timer
 
gboolean unlocked
 

Function Documentation

◆ remmina_unlock_cancel_clicked()

static void remmina_unlock_cancel_clicked ( GtkButton *  btn,
gpointer  user_data 
)
static

Definition at line 107 of file remmina_unlock.c.

◆ remmina_unlock_new()

gint remmina_unlock_new ( GtkWindow *  parent)

Definition at line 113 of file remmina_unlock.c.

◆ remmina_unlock_timer_destroy()

void remmina_unlock_timer_destroy ( )

Definition at line 73 of file remmina_unlock.c.

◆ remmina_unlock_timer_init()

static void remmina_unlock_timer_init ( )
static

Definition at line 57 of file remmina_unlock.c.

◆ remmina_unlock_timer_reset()

static void remmina_unlock_timer_reset ( gpointer  user_data)
static

Definition at line 65 of file remmina_unlock.c.

◆ remmina_unlock_unlock_clicked()

static void remmina_unlock_unlock_clicked ( GtkButton *  btn,
gpointer  user_data 
)
static

Definition at line 81 of file remmina_unlock.c.

Variable Documentation

◆ remmina_unlock_dialog

RemminaUnlockDialog* remmina_unlock_dialog
static

Definition at line 51 of file remmina_unlock.c.

◆ timer

GTimer* timer

Definition at line 54 of file remmina_unlock.c.

◆ unlocked

gboolean unlocked

Definition at line 55 of file remmina_unlock.c.