![]() |
![]() |
![]() |
Epiphany Reference Manual | ![]() |
---|---|---|---|---|
#define EPHY_PASSWORD_MANAGER_IFACE (k) #define EPHY_IS_PASSWORD_MANAGER_IFACE (k) #define EPHY_TYPE_PASSWORD_INFO EphyPasswordInfo* ephy_password_info_new (const char *host, const char *username, const char *password); EphyPasswordInfo* ephy_password_info_copy (const EphyPasswordInfo *info); void ephy_password_info_free (EphyPasswordInfo *info); GType ephy_password_manager_get_type (void);
EphyPasswordInfo* ephy_password_info_new (const char *host, const char *username, const char *password);
Generates a new EphyPasswordInfo.
|
a host name |
|
a user name |
|
a password, or NULL |
Returns : |
the new password info. |
EphyPasswordInfo* ephy_password_info_copy (const EphyPasswordInfo *info);
|
a EphyPasswordInfo |
Returns : |
a copy of info
|
void ephy_password_info_free (EphyPasswordInfo *info);
Frees info
.
|