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.
kwallet_plugin.h File Reference

Go to the source code of this file.

Functions

int rp_kwallet_init (void)
 
void rp_kwallet_store_password (const char *key, const char *password)
 
char * rp_kwallet_get_password (const char *key)
 
void rp_kwallet_delete_password (const char *key)
 
int rp_kwallet_is_service_available (void)
 

Function Documentation

◆ rp_kwallet_delete_password()

void rp_kwallet_delete_password ( const char *  key)

◆ rp_kwallet_get_password()

char* rp_kwallet_get_password ( const char *  key)

◆ rp_kwallet_init()

int rp_kwallet_init ( void  )

◆ rp_kwallet_is_service_available()

int rp_kwallet_is_service_available ( void  )

◆ rp_kwallet_store_password()

void rp_kwallet_store_password ( const char *  key,
const char *  password 
)