diff options
author | Xan Lopez <xan@gnome.org> | 2009-12-15 19:17:25 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-12-15 19:17:25 +0800 |
commit | efb097c929407bb264b90d31feadac34c31a85e7 (patch) | |
tree | 19078b19e4ffdb3dfd898ab659da0dbf8325ec9b /embed/ephy-embed-single.h | |
parent | 4956cb6e958f0640b2864719f4c87118b563447f (diff) | |
download | gsoc2013-epiphany-efb097c929407bb264b90d31feadac34c31a85e7.tar.gz gsoc2013-epiphany-efb097c929407bb264b90d31feadac34c31a85e7.tar.zst gsoc2013-epiphany-efb097c929407bb264b90d31feadac34c31a85e7.zip |
ephy-embed-single: add a function to update the form auth cache with a new entry
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r-- | embed/ephy-embed-single.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h index 6b7f36ce8..321010503 100644 --- a/embed/ephy-embed-single.h +++ b/embed/ephy-embed-single.h @@ -100,6 +100,12 @@ gboolean ephy_embed_single_get_network_status (EphyEmbedSingle *single); GSList * ephy_embed_single_get_form_auth (EphyEmbedSingle *single, const char *uri); +void ephy_embed_single_add_form_auth (EphyEmbedSingle *single, + const char *uri, + const char *form_username, + const char *form_password, + const char *username); + G_END_DECLS #endif |