aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-shell.h
diff options
context:
space:
mode:
authorCrispin Flowerday <gnome@flowerday.cx>2005-01-25 06:48:05 +0800
committerCrispin Flowerday <crispin@src.gnome.org>2005-01-25 06:48:05 +0800
commit2fe563af75ec8d4fc0127a6385307775dd2df368 (patch)
tree58d57a99115e048d80b157fb7124c46dfb53c636 /embed/ephy-embed-shell.h
parentcd81c004a5fd5299e795ffd1fec4413e8b2e3300 (diff)
downloadgsoc2013-epiphany-2fe563af75ec8d4fc0127a6385307775dd2df368.tar
gsoc2013-epiphany-2fe563af75ec8d4fc0127a6385307775dd2df368.tar.gz
gsoc2013-epiphany-2fe563af75ec8d4fc0127a6385307775dd2df368.tar.bz2
gsoc2013-epiphany-2fe563af75ec8d4fc0127a6385307775dd2df368.tar.lz
gsoc2013-epiphany-2fe563af75ec8d4fc0127a6385307775dd2df368.tar.xz
gsoc2013-epiphany-2fe563af75ec8d4fc0127a6385307775dd2df368.tar.zst
gsoc2013-epiphany-2fe563af75ec8d4fc0127a6385307775dd2df368.zip
Add a alert when the user clicks on a sidebar link, telling that the
2005-01-24 Crispin Flowerday <gnome@flowerday.cx> * embed/ephy-embed-shell.c: (impl_get_embed_single), (ephy_embed_shell_get_embed_single), (ephy_embed_shell_class_init): * embed/ephy-embed-shell.h: * src/ephy-shell.c: (ephy_shell_class_init), (ephy_shell_add_sidebar_cb), (impl_get_embed_single): Add a alert when the user clicks on a sidebar link, telling that the sidebar extension is required. Fixes bug #162685
Diffstat (limited to 'embed/ephy-embed-shell.h')
-rw-r--r--embed/ephy-embed-shell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h
index 4eb3234a9..b5897781f 100644
--- a/embed/ephy-embed-shell.h
+++ b/embed/ephy-embed-shell.h
@@ -50,6 +50,9 @@ struct _EphyEmbedShell
struct _EphyEmbedShellClass
{
GObjectClass parent_class;
+
+ /*< private >*/
+ GObject * (* get_embed_single) (EphyEmbedShell *shell);
};
GType ephy_embed_shell_get_type (void);