Remmina - The GTK+ Remote Desktop Client  v1.4.19
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.
_RemminaPluginNxData Struct Reference

#include <nx_plugin.h>

Data Fields

GtkWidget * socket
 
gint socket_id
 
pthread_t thread
 
RemminaNXSessionnx
 
Display * display
 
Window window_id
 
int(* orig_handler )(Display *, XErrorEvent *)
 
gboolean manager_started
 
GtkWidget * manager_dialog
 
gboolean manager_selected
 
gint event_pipe [2]
 
guint session_manager_start_handler
 
gboolean attach_session
 
GtkTreeIter iter
 
gint default_response
 

Detailed Description

Definition at line 53 of file nx_plugin.h.

Field Documentation

◆ attach_session

gboolean _RemminaPluginNxData::attach_session

Definition at line 73 of file nx_plugin.h.

◆ default_response

gint _RemminaPluginNxData::default_response

Definition at line 75 of file nx_plugin.h.

◆ display

Display* _RemminaPluginNxData::display

Definition at line 61 of file nx_plugin.h.

◆ event_pipe

gint _RemminaPluginNxData::event_pipe[2]

Definition at line 71 of file nx_plugin.h.

◆ iter

GtkTreeIter _RemminaPluginNxData::iter

Definition at line 74 of file nx_plugin.h.

◆ manager_dialog

GtkWidget* _RemminaPluginNxData::manager_dialog

Definition at line 67 of file nx_plugin.h.

◆ manager_selected

gboolean _RemminaPluginNxData::manager_selected

Definition at line 68 of file nx_plugin.h.

◆ manager_started

gboolean _RemminaPluginNxData::manager_started

Definition at line 66 of file nx_plugin.h.

◆ nx

RemminaNXSession* _RemminaPluginNxData::nx

Definition at line 59 of file nx_plugin.h.

◆ orig_handler

int(* _RemminaPluginNxData::orig_handler) (Display *, XErrorEvent *)

Definition at line 63 of file nx_plugin.h.

◆ session_manager_start_handler

guint _RemminaPluginNxData::session_manager_start_handler

Definition at line 72 of file nx_plugin.h.

◆ socket

GtkWidget* _RemminaPluginNxData::socket

Definition at line 54 of file nx_plugin.h.

◆ socket_id

gint _RemminaPluginNxData::socket_id

Definition at line 55 of file nx_plugin.h.

◆ thread

pthread_t _RemminaPluginNxData::thread

Definition at line 57 of file nx_plugin.h.

◆ window_id

Window _RemminaPluginNxData::window_id

Definition at line 62 of file nx_plugin.h.


The documentation for this struct was generated from the following file: