aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-08-20 18:54:32 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-09-01 02:34:01 +0800
commit38b410011b97e995ee7feb1c448e903d2f323098 (patch)
tree89bb6152c2937509d03d782528b0f627704362fd /embed/ephy-embed.h
parent7e8d47c21673696915cf7770e4f48a71aaf06e98 (diff)
downloadgsoc2013-epiphany-38b410011b97e995ee7feb1c448e903d2f323098.tar
gsoc2013-epiphany-38b410011b97e995ee7feb1c448e903d2f323098.tar.gz
gsoc2013-epiphany-38b410011b97e995ee7feb1c448e903d2f323098.tar.bz2
gsoc2013-epiphany-38b410011b97e995ee7feb1c448e903d2f323098.tar.lz
gsoc2013-epiphany-38b410011b97e995ee7feb1c448e903d2f323098.tar.xz
gsoc2013-epiphany-38b410011b97e995ee7feb1c448e903d2f323098.tar.zst
gsoc2013-epiphany-38b410011b97e995ee7feb1c448e903d2f323098.zip
ephy-embed: add the overview and a overview-mode property
Toggling this property will toggle visibility of the overview and the paned with the normal embed contents.
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index 91fc06e57..7820318d8 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -22,6 +22,7 @@
#ifndef EPHY_EMBED_H
#define EPHY_EMBED_H
+#include "ephy-overview.h"
#include "ephy-web-view.h"
#include <gtk/gtk.h>
@@ -61,6 +62,10 @@ void ephy_embed_auto_download_url (EphyEmbed *embed,
const char *url);
void ephy_embed_entering_fullscreen (EphyEmbed *embed);
void ephy_embed_leaving_fullscreen (EphyEmbed *embed);
+void ephy_embed_set_overview_mode (EphyEmbed *embed,
+ gboolean overview_mode);
+gboolean ephy_embed_get_overview_mode (EphyEmbed *embed);
+EphyOverview*ephy_embed_get_overview (EphyEmbed *embed);
G_END_DECLS