Remmina - The GTK+ Remote Desktop Client  v1.4.2
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 isinit
 

Function Documentation

◆ remmina_unlock_cancel_clicked()

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

Definition at line 103 of file remmina_unlock.c.

◆ remmina_unlock_new()

gint remmina_unlock_new ( GtkWindow *  parent)

Definition at line 111 of file remmina_unlock.c.

◆ remmina_unlock_timer_destroy()

void remmina_unlock_timer_destroy ( )

Definition at line 72 of file remmina_unlock.c.

◆ remmina_unlock_timer_init()

static void remmina_unlock_timer_init ( )
static

Definition at line 56 of file remmina_unlock.c.

◆ remmina_unlock_timer_reset()

static void remmina_unlock_timer_reset ( gpointer  user_data)
static

Definition at line 64 of file remmina_unlock.c.

◆ remmina_unlock_unlock_clicked()

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

Definition at line 79 of file remmina_unlock.c.

Variable Documentation

◆ isinit

gboolean isinit

Definition at line 54 of file remmina_unlock.c.

◆ remmina_unlock_dialog

RemminaUnlockDialog* remmina_unlock_dialog
static

Definition at line 50 of file remmina_unlock.c.

◆ timer

GTimer* timer

Definition at line 53 of file remmina_unlock.c.