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

Go to the source code of this file.

Functions

void remmina_plugin_telepathy_entry (void)
 
G_MODULE_EXPORT gboolean remmina_plugin_entry (RemminaPluginService *service)
 

Variables

RemminaPluginServiceremmina_plugin_telepathy_service = NULL
 
static RemminaTpHandlerremmina_tp_handler = NULL
 
static RemminaEntryPlugin remmina_plugin_telepathy
 

Function Documentation

◆ remmina_plugin_entry()

G_MODULE_EXPORT gboolean remmina_plugin_entry ( RemminaPluginService service)

Definition at line 64 of file telepathy_plugin.c.

◆ remmina_plugin_telepathy_entry()

void remmina_plugin_telepathy_entry ( void  )

Definition at line 44 of file telepathy_plugin.c.

Variable Documentation

◆ remmina_plugin_telepathy

RemminaEntryPlugin remmina_plugin_telepathy
static
Initial value:
=
{
"telepathy",
N_("Telepathy - Desktop Sharing"),
GETTEXT_PACKAGE,
VERSION,
}
void remmina_plugin_telepathy_entry(void)
N_("Unable to connect to VNC server")
Definition: vnc_plugin.c:907

Definition at line 53 of file telepathy_plugin.c.

◆ remmina_plugin_telepathy_service

RemminaPluginService* remmina_plugin_telepathy_service = NULL

Definition at line 40 of file telepathy_plugin.c.

◆ remmina_tp_handler

RemminaTpHandler* remmina_tp_handler = NULL
static

Definition at line 42 of file telepathy_plugin.c.