aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@igalia.com>2012-12-11 03:06:10 +0800
committerDiego Escalante Urrelo <diegoe@igalia.com>2012-12-11 04:08:13 +0800
commit3573116d0473da1ca51d1766d412a97185addb9d (patch)
treed4d816d6ab3a8e123d885eb830eae8a5274e4bdf /embed
parentafea41b81dc90902c37e9b6b46c5ba84071aa851 (diff)
downloadgsoc2013-epiphany-3573116d0473da1ca51d1766d412a97185addb9d.tar
gsoc2013-epiphany-3573116d0473da1ca51d1766d412a97185addb9d.tar.gz
gsoc2013-epiphany-3573116d0473da1ca51d1766d412a97185addb9d.tar.bz2
gsoc2013-epiphany-3573116d0473da1ca51d1766d412a97185addb9d.tar.lz
gsoc2013-epiphany-3573116d0473da1ca51d1766d412a97185addb9d.tar.xz
gsoc2013-epiphany-3573116d0473da1ca51d1766d412a97185addb9d.tar.zst
gsoc2013-epiphany-3573116d0473da1ca51d1766d412a97185addb9d.zip
e-embed: document ::overview-mode
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index 7752f0497..151a18dfa 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -505,6 +505,11 @@ ephy_embed_class_init (EphyEmbedClass *klass)
object_class->get_property = ephy_embed_get_property;
widget_class->grab_focus = ephy_embed_grab_focus;
+/**
+ * EphyEmbed:overview-mode:
+ *
+ * If %TRUE activates the overview mode in this #EphyEmbed.
+ **/
g_object_class_install_property (object_class,
PROP_OVERVIEW_MODE,
g_param_spec_boolean ("overview-mode",