From 4956cb6e958f0640b2864719f4c87118b563447f Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 15 Dec 2009 11:56:02 +0100 Subject: ephy-embed-single: add a function to get the form auth data for a URI --- embed/ephy-embed-single.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'embed/ephy-embed-single.h') diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h index ad7a1d93d..6b7f36ce8 100644 --- a/embed/ephy-embed-single.h +++ b/embed/ephy-embed-single.h @@ -41,6 +41,12 @@ typedef struct _EphyEmbedSingle EphyEmbedSingle; typedef struct _EphyEmbedSingleClass EphyEmbedSingleClass; typedef struct _EphyEmbedSinglePrivate EphyEmbedSinglePrivate; +typedef struct { + char *form_username; + char *form_password; + char *username; +} EphyEmbedSingleFormAuthData; + struct _EphyEmbedSingle { GObject parent; @@ -91,6 +97,9 @@ void ephy_embed_single_set_network_status (EphyEmbedSingle *single, gboolean ephy_embed_single_get_network_status (EphyEmbedSingle *single); +GSList * ephy_embed_single_get_form_auth (EphyEmbedSingle *single, + const char *uri); + G_END_DECLS #endif -- cgit v1.2.3