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

Go to the source code of this file.

Data Structures

struct  _RemminaChatWindow
 
struct  _RemminaChatWindowClass
 

Typedefs

typedef struct _RemminaChatWindow RemminaChatWindow
 
typedef struct _RemminaChatWindowClass RemminaChatWindowClass
 

Functions

GType remmina_chat_window_get_type (void) G_GNUC_CONST
 
GtkWidget * remmina_chat_window_new (GtkWindow *parent, const gchar *chat_with)
 
void remmina_chat_window_receive (RemminaChatWindow *window, const gchar *name, const gchar *text)
 

Typedef Documentation

◆ RemminaChatWindow

◆ RemminaChatWindowClass

Function Documentation

◆ remmina_chat_window_get_type()

GType remmina_chat_window_get_type ( void  )

◆ remmina_chat_window_new()

GtkWidget* remmina_chat_window_new ( GtkWindow *  parent,
const gchar *  chat_with 
)

Definition at line 159 of file remmina_chat_window.c.

◆ remmina_chat_window_receive()

void remmina_chat_window_receive ( RemminaChatWindow window,
const gchar *  name,
const gchar *  text 
)

Definition at line 250 of file remmina_chat_window.c.