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

#include <plugin.h>

Data Fields

RemminaPluginType type
 
const gchar * name
 
const gchar * description
 
const gchar * domain
 
const gchar * version
 
void(* entry_func )(struct _RemminaEntryPlugin *instance)
 

Detailed Description

Definition at line 90 of file plugin.h.

Field Documentation

◆ description

const gchar* _RemminaEntryPlugin::description

Definition at line 93 of file plugin.h.

◆ domain

const gchar* _RemminaEntryPlugin::domain

Definition at line 94 of file plugin.h.

◆ entry_func

void(* _RemminaEntryPlugin::entry_func) (struct _RemminaEntryPlugin *instance)

Definition at line 97 of file plugin.h.

◆ name

const gchar* _RemminaEntryPlugin::name

Definition at line 92 of file plugin.h.

◆ type

RemminaPluginType _RemminaEntryPlugin::type

Definition at line 91 of file plugin.h.

◆ version

const gchar* _RemminaEntryPlugin::version

Definition at line 95 of file plugin.h.


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