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

Go to the source code of this file.

Functions

static int _gpg_error_to_errno (gcry_error_t e)
 
static gint remmina_on_command_line (GApplication *app, GApplicationCommandLine *cmdline)
 
static void remmina_on_startup (GApplication *app)
 
static gint remmina_on_local_cmdline (GApplication *app, GVariantDict *opts, gpointer user_data)
 
int main (int argc, char *argv[])
 

Variables

 GCRY_THREAD_OPTION_PTHREAD_IMPL
 
static int gcrypt_thread_initialized = 0
 
gboolean kioskmode
 
gboolean imode
 
gboolean disablenews
 
gboolean disablestats
 
gboolean disabletoolbar
 
gboolean fullscreen
 
gboolean extrahardening
 
gboolean disabletrayicon
 
static GOptionEntry remmina_options []
 

Function Documentation

◆ _gpg_error_to_errno()

static int _gpg_error_to_errno ( gcry_error_t  e)
static

Definition at line 149 of file remmina.c.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 376 of file remmina.c.

◆ remmina_on_command_line()

static gint remmina_on_command_line ( GApplication *  app,
GApplicationCommandLine *  cmdline 
)
static
Warning
To be used like -c FILE -c FILE -c FILE …

Definition at line 159 of file remmina.c.

◆ remmina_on_local_cmdline()

static gint remmina_on_local_cmdline ( GApplication *  app,
GVariantDict *  opts,
gpointer  user_data 
)
static

Definition at line 337 of file remmina.c.

◆ remmina_on_startup()

static void remmina_on_startup ( GApplication *  app)
static

Definition at line 294 of file remmina.c.

Variable Documentation

◆ disablenews

gboolean disablenews

Definition at line 92 of file remmina.c.

◆ disablestats

gboolean disablestats

Definition at line 93 of file remmina.c.

◆ disabletoolbar

gboolean disabletoolbar

Definition at line 94 of file remmina.c.

◆ disabletrayicon

gboolean disabletrayicon

Definition at line 97 of file remmina.c.

◆ extrahardening

gboolean extrahardening

Definition at line 96 of file remmina.c.

◆ fullscreen

gboolean fullscreen

Definition at line 95 of file remmina.c.

◆ GCRY_THREAD_OPTION_PTHREAD_IMPL

GCRY_THREAD_OPTION_PTHREAD_IMPL

Definition at line 80 of file remmina.c.

◆ gcrypt_thread_initialized

int gcrypt_thread_initialized = 0
static

Definition at line 86 of file remmina.c.

◆ imode

gboolean imode

Definition at line 91 of file remmina.c.

◆ kioskmode

gboolean kioskmode

Definition at line 90 of file remmina.c.

◆ remmina_options

GOptionEntry remmina_options[]
static

Definition at line 99 of file remmina.c.