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.
_RemminaPrefPlugin Struct Reference

#include <plugin.h>

Data Fields

RemminaPluginType type
 
const gchar * name
 
const gchar * description
 
const gchar * domain
 
const gchar * version
 
const gchar * pref_label
 
GtkWidget *(* get_pref_body )(struct _RemminaPrefPlugin *instance)
 

Detailed Description

Definition at line 124 of file plugin.h.

Field Documentation

◆ description

const gchar* _RemminaPrefPlugin::description

Definition at line 127 of file plugin.h.

◆ domain

const gchar* _RemminaPrefPlugin::domain

Definition at line 128 of file plugin.h.

◆ get_pref_body

GtkWidget*(* _RemminaPrefPlugin::get_pref_body) (struct _RemminaPrefPlugin *instance)

Definition at line 132 of file plugin.h.

◆ name

const gchar* _RemminaPrefPlugin::name

Definition at line 126 of file plugin.h.

◆ pref_label

const gchar* _RemminaPrefPlugin::pref_label

Definition at line 131 of file plugin.h.

◆ type

RemminaPluginType _RemminaPrefPlugin::type

Definition at line 125 of file plugin.h.

◆ version

const gchar* _RemminaPrefPlugin::version

Definition at line 129 of file plugin.h.


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