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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h
index 916773d7f..0ff733e94 100644
--- a/embed/ephy-embed-single.h
+++ b/embed/ephy-embed-single.h
@@ -60,6 +60,7 @@ struct _EphyEmbedSingleIface
/* Methods */
+ gboolean (* init) (EphyEmbedSingle *single);
GtkWidget * (* open_window) (EphyEmbedSingle *single,
EphyEmbed *parent,
const char *address,
@@ -76,6 +77,8 @@ struct _EphyEmbedSingleIface
GType ephy_embed_single_get_type (void);
+gboolean ephy_embed_single_init (EphyEmbedSingle *single);
+
GtkWidget *ephy_embed_single_open_window (EphyEmbedSingle *single,
EphyEmbed *parent,
const char *address,