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

#include <plugin.h>

Data Fields

RemminaPluginType type
 
const gchar * name
 
const gchar * description
 
const gchar * domain
 
const gchar * version
 
const gchar ** supported_extentions
 
gboolean(* init )(struct _RemminaLanguageWrapperPlugin *instance)
 
gboolean(* load )(struct _RemminaLanguageWrapperPlugin *instance, const gchar *plugin_file)
 

Detailed Description

Definition at line 150 of file plugin.h.

Field Documentation

◆ description

const gchar* _RemminaLanguageWrapperPlugin::description

Definition at line 153 of file plugin.h.

◆ domain

const gchar* _RemminaLanguageWrapperPlugin::domain

Definition at line 154 of file plugin.h.

◆ init

gboolean(* _RemminaLanguageWrapperPlugin::init) (struct _RemminaLanguageWrapperPlugin *instance)

Definition at line 158 of file plugin.h.

◆ load

gboolean(* _RemminaLanguageWrapperPlugin::load) (struct _RemminaLanguageWrapperPlugin *instance, const gchar *plugin_file)

Definition at line 159 of file plugin.h.

◆ name

const gchar* _RemminaLanguageWrapperPlugin::name

Definition at line 152 of file plugin.h.

◆ supported_extentions

const gchar** _RemminaLanguageWrapperPlugin::supported_extentions

Definition at line 156 of file plugin.h.

◆ type

RemminaPluginType _RemminaLanguageWrapperPlugin::type

Definition at line 151 of file plugin.h.

◆ version

const gchar* _RemminaLanguageWrapperPlugin::version

Definition at line 155 of file plugin.h.


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