diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2011-08-26 19:25:39 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:43 +0800 |
commit | 1721164d2a3573df3681eb944199d036b10f159d (patch) | |
tree | aa10da7aba3c63c3e935cbe82582990139e518df /embed/ephy-embed-shell.h | |
parent | 428ae4cb1c656f2c05121b1889b88435306b7334 (diff) | |
download | gsoc2013-epiphany-1721164d2a3573df3681eb944199d036b10f159d.tar.gz gsoc2013-epiphany-1721164d2a3573df3681eb944199d036b10f159d.tar.zst gsoc2013-epiphany-1721164d2a3573df3681eb944199d036b10f159d.zip |
Add a EphyBrowseHistory instance to EphyEmbedShell
Diffstat (limited to 'embed/ephy-embed-shell.h')
-rw-r--r-- | embed/ephy-embed-shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h index fab9dd449..a31d290e5 100644 --- a/embed/ephy-embed-shell.h +++ b/embed/ephy-embed-shell.h @@ -83,6 +83,8 @@ GObject *ephy_embed_shell_get_favicon_cache (EphyEmbedShell *shell); GObject *ephy_embed_shell_get_global_history (EphyEmbedShell *shell); +GObject *ephy_embed_shell_get_global_browse_history (EphyEmbedShell *shell); + GObject *ephy_embed_shell_get_encodings (EphyEmbedShell *shell); GObject *ephy_embed_shell_get_embed_single (EphyEmbedShell *shell); |