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

Go to the source code of this file.

Functions

static gboolean cb_closewidget (GtkWidget *widget, gpointer data)
 
const gchar * remmina_exec_get_build_config (void)
 
void remmina_exec_exitremmina ()
 
static gboolean disable_rcw_delete_confirm_cb (GtkWidget *widget, gpointer data)
 
void remmina_application_condexit (RemminaCondExitType why)
 
static void newline_remove (char *s)
 
int remmina_exec_set_setting (gchar *profilefilename, gchar **settings)
 
static void remmina_exec_autostart_cb (RemminaFile *remminafile, gpointer user_data)
 
void remmina_exec_command (RemminaCommandType command, const gchar *data)
 

Function Documentation

◆ cb_closewidget()

static gboolean cb_closewidget ( GtkWidget *  widget,
gpointer  data 
)
static

Definition at line 66 of file remmina_exec.c.

◆ disable_rcw_delete_confirm_cb()

static gboolean disable_rcw_delete_confirm_cb ( GtkWidget *  widget,
gpointer  data 
)
static

Definition at line 105 of file remmina_exec.c.

◆ newline_remove()

static void newline_remove ( char *  s)
static

Definition at line 149 of file remmina_exec.c.

◆ remmina_application_condexit()

void remmina_application_condexit ( RemminaCondExitType  why)

Definition at line 117 of file remmina_exec.c.

◆ remmina_exec_autostart_cb()

static void remmina_exec_autostart_cb ( RemminaFile remminafile,
gpointer  user_data 
)
static

Definition at line 204 of file remmina_exec.c.

◆ remmina_exec_command()

void remmina_exec_command ( RemminaCommandType  command,
const gchar *  data 
)
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 214 of file remmina_exec.c.

◆ remmina_exec_exitremmina()

void remmina_exec_exitremmina ( void  )

Definition at line 88 of file remmina_exec.c.

◆ remmina_exec_get_build_config()

const gchar* remmina_exec_get_build_config ( void  )

Definition at line 77 of file remmina_exec.c.

◆ remmina_exec_set_setting()

int remmina_exec_set_setting ( gchar *  profilefilename,
gchar **  settings 
)

Definition at line 160 of file remmina_exec.c.