aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-single.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r--embed/ephy-embed-single.h9
1 files changed, 9 insertions, 0 deletions
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