aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-06-21 16:11:06 +0800
committerXan Lopez <xan@gnome.org>2009-06-21 16:11:06 +0800
commita53d67263986a2edb8d7a5d85df91c73bdbb80cb (patch)
tree6d963caad6f64ea3fff4095236b5f4927d92486b /embed/ephy-embed.h
parentf570f60a13418e0dfe7bc75f7f3b2f5555d1fa06 (diff)
downloadgsoc2013-epiphany-a53d67263986a2edb8d7a5d85df91c73bdbb80cb.tar
gsoc2013-epiphany-a53d67263986a2edb8d7a5d85df91c73bdbb80cb.tar.gz
gsoc2013-epiphany-a53d67263986a2edb8d7a5d85df91c73bdbb80cb.tar.bz2
gsoc2013-epiphany-a53d67263986a2edb8d7a5d85df91c73bdbb80cb.tar.lz
gsoc2013-epiphany-a53d67263986a2edb8d7a5d85df91c73bdbb80cb.tar.xz
gsoc2013-epiphany-a53d67263986a2edb8d7a5d85df91c73bdbb80cb.tar.zst
gsoc2013-epiphany-a53d67263986a2edb8d7a5d85df91c73bdbb80cb.zip
Add a function to get the EphyWebView inside an EphyEmbed.
For the benefit of bindings.
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index 879c40193..0c11e4788 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -52,7 +52,8 @@ struct EphyEmbedClass {
GtkScrolledWindowClass parent_class;
};
-GType ephy_embed_get_type (void);
+GType ephy_embed_get_type (void);
+EphyWebView* ephy_embed_get_web_view (EphyEmbed *embed);
G_END_DECLS