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

Go to the source code of this file.

Data Structures

struct  remmina_masterthread_exec_data
 

Typedefs

typedef struct remmina_masterthread_exec_data RemminaMTExecData
 

Functions

void remmina_masterthread_exec_and_wait (RemminaMTExecData *d)
 
void remmina_masterthread_exec_save_main_thread_id (void)
 
gboolean remmina_masterthread_exec_is_main_thread (void)
 

Typedef Documentation

◆ RemminaMTExecData

Function Documentation

◆ remmina_masterthread_exec_and_wait()

void remmina_masterthread_exec_and_wait ( RemminaMTExecData d)

Definition at line 125 of file remmina_masterthread_exec.c.

◆ remmina_masterthread_exec_is_main_thread()

gboolean remmina_masterthread_exec_is_main_thread ( void  )

Definition at line 147 of file remmina_masterthread_exec.c.

◆ remmina_masterthread_exec_save_main_thread_id()

void remmina_masterthread_exec_save_main_thread_id ( void  )

Definition at line 141 of file remmina_masterthread_exec.c.