Remmina - The GTK+ Remote Desktop Client  v1.4.34
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_scheduler.c File Reference

Go to the source code of this file.

Functions

static gboolean remmina_scheduler_periodic_check (gpointer user_data)
 
void * remmina_scheduler_setup (GSourceFunc cb, gpointer cb_data, guint first_interval, guint interval)
 
void remmina_schedluer_remove (void *s)
 

Function Documentation

◆ remmina_schedluer_remove()

void remmina_schedluer_remove ( void *  s)

Definition at line 84 of file remmina_scheduler.c.

◆ remmina_scheduler_periodic_check()

static gboolean remmina_scheduler_periodic_check ( gpointer  user_data)
static

Definition at line 43 of file remmina_scheduler.c.

◆ remmina_scheduler_setup()

void* remmina_scheduler_setup ( GSourceFunc  cb,
gpointer  cb_data,
guint  first_interval,
guint  interval 
)

Definition at line 64 of file remmina_scheduler.c.