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

#include <plugin.h>

Data Fields

RemminaPluginType type
 
const gchar * name
 
const gchar * description
 
const gchar * domain
 
const gchar * version
 
int init_order
 
gboolean(* init )(void)
 
gboolean(* is_service_available )(void)
 
void(* store_password )(RemminaFile *remminafile, const gchar *key, const gchar *password)
 
gchar *(* get_password )(RemminaFile *remminafile, const gchar *key)
 
void(* delete_password )(RemminaFile *remminafile, const gchar *key)
 

Detailed Description

Definition at line 129 of file plugin.h.

Field Documentation

◆ delete_password

void(* _RemminaSecretPlugin::delete_password) (RemminaFile *remminafile, const gchar *key)

Definition at line 141 of file plugin.h.

◆ description

const gchar* _RemminaSecretPlugin::description

Definition at line 132 of file plugin.h.

◆ domain

const gchar* _RemminaSecretPlugin::domain

Definition at line 133 of file plugin.h.

◆ get_password

gchar*(* _RemminaSecretPlugin::get_password) (RemminaFile *remminafile, const gchar *key)

Definition at line 140 of file plugin.h.

◆ init

gboolean(* _RemminaSecretPlugin::init) (void)

Definition at line 137 of file plugin.h.

◆ init_order

int _RemminaSecretPlugin::init_order

Definition at line 135 of file plugin.h.

◆ is_service_available

gboolean(* _RemminaSecretPlugin::is_service_available) (void)

Definition at line 138 of file plugin.h.

◆ name

const gchar* _RemminaSecretPlugin::name

Definition at line 131 of file plugin.h.

◆ store_password

void(* _RemminaSecretPlugin::store_password) (RemminaFile *remminafile, const gchar *key, const gchar *password)

Definition at line 139 of file plugin.h.

◆ type

RemminaPluginType _RemminaSecretPlugin::type

Definition at line 130 of file plugin.h.

◆ version

const gchar* _RemminaSecretPlugin::version

Definition at line 134 of file plugin.h.


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