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.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
 
static GOptionEntry remmina_options []
 

Function Documentation

◆ _gpg_error_to_errno()

static int _gpg_error_to_errno ( gcry_error_t  e)
static

Definition at line 121 of file remmina.c.

◆ main()

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

Definition at line 301 of file remmina.c.

◆ remmina_on_command_line()

static gint remmina_on_command_line ( GApplication *  app,
GApplicationCommandLine *  cmdline 
)
static
Todo:
This should be a G_OPTION_ARG_FILENAME_ARRAY (^aay) so that we can implement multi profile connection: https://gitlab.com/Remmina/Remmina/issues/915

Definition at line 131 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 262 of file remmina.c.

◆ remmina_on_startup()

static void remmina_on_startup ( GApplication *  app)
static

Definition at line 224 of file remmina.c.

Variable Documentation

◆ GCRY_THREAD_OPTION_PTHREAD_IMPL

GCRY_THREAD_OPTION_PTHREAD_IMPL

Definition at line 69 of file remmina.c.

◆ gcrypt_thread_initialized

int gcrypt_thread_initialized = 0
static

Definition at line 75 of file remmina.c.

◆ kioskmode

gboolean kioskmode

Definition at line 79 of file remmina.c.

◆ remmina_options

GOptionEntry remmina_options[]
static

Definition at line 81 of file remmina.c.