diff options
author | Xan Lopez <xan@gnome.org> | 2009-06-21 16:11:06 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-06-21 16:11:06 +0800 |
commit | a53d67263986a2edb8d7a5d85df91c73bdbb80cb (patch) | |
tree | 6d963caad6f64ea3fff4095236b5f4927d92486b /embed/ephy-embed.h | |
parent | f570f60a13418e0dfe7bc75f7f3b2f5555d1fa06 (diff) | |
download | gsoc2013-epiphany-a53d67263986a2edb8d7a5d85df91c73bdbb80cb.tar.gz 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.h | 3 |
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 |