aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2007-11-18 01:11:40 +0800
committerXan Lopez <xan@src.gnome.org>2007-11-18 01:11:40 +0800
commitadfea7bd0eb8a34d64d98cc215a0c97bf9465633 (patch)
treea4916c4fb420e63eff300c23091de42bf4cf1535 /embed/ephy-embed.h
parent44b538bb4dfcdd9d8989b8777c699f08dd034061 (diff)
downloadgsoc2013-epiphany-adfea7bd0eb8a34d64d98cc215a0c97bf9465633.tar
gsoc2013-epiphany-adfea7bd0eb8a34d64d98cc215a0c97bf9465633.tar.gz
gsoc2013-epiphany-adfea7bd0eb8a34d64d98cc215a0c97bf9465633.tar.bz2
gsoc2013-epiphany-adfea7bd0eb8a34d64d98cc215a0c97bf9465633.tar.lz
gsoc2013-epiphany-adfea7bd0eb8a34d64d98cc215a0c97bf9465633.tar.xz
gsoc2013-epiphany-adfea7bd0eb8a34d64d98cc215a0c97bf9465633.tar.zst
gsoc2013-epiphany-adfea7bd0eb8a34d64d98cc215a0c97bf9465633.zip
Put visibility property into EphyBaseEmbed, we need it for popups.
svn path=/trunk/; revision=7712
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index d60c73327..cb6f9e38f 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -233,6 +233,7 @@ struct _EphyEmbedIface
const char * (* get_icon_address) (EphyEmbed *embed);
gboolean (* get_is_blank) (EphyEmbed *embed);
const char * (* get_loading_title) (EphyEmbed *embed);
+ gboolean * (* get_visibility) (EphyEmbed *embed);
};
GType ephy_embed_net_state_get_type (void);
@@ -358,6 +359,7 @@ gboolean ephy_embed_get_is_blank (EphyEmbed *embed);
const char * ephy_embed_get_loading_title (EphyEmbed *embed);
+gboolean ephy_embed_get_visibility (EphyEmbed *embed);
/* Encoding */
char *ephy_embed_get_encoding (EphyEmbed *embed);