aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2007-11-12 07:19:05 +0800
committerXan Lopez <xan@src.gnome.org>2007-11-12 07:19:05 +0800
commita212aa82d4a2ceed4079543269f39c87dd35dbe0 (patch)
tree3cf81e5080f766bd638adf7dff288e8789171bc2 /embed/ephy-embed.h
parentd6a39a6a3d10867f31f73a6246e32404d9dc17d5 (diff)
downloadgsoc2013-epiphany-a212aa82d4a2ceed4079543269f39c87dd35dbe0.tar
gsoc2013-epiphany-a212aa82d4a2ceed4079543269f39c87dd35dbe0.tar.gz
gsoc2013-epiphany-a212aa82d4a2ceed4079543269f39c87dd35dbe0.tar.bz2
gsoc2013-epiphany-a212aa82d4a2ceed4079543269f39c87dd35dbe0.tar.lz
gsoc2013-epiphany-a212aa82d4a2ceed4079543269f39c87dd35dbe0.tar.xz
gsoc2013-epiphany-a212aa82d4a2ceed4079543269f39c87dd35dbe0.tar.zst
gsoc2013-epiphany-a212aa82d4a2ceed4079543269f39c87dd35dbe0.zip
We don't inherit nothing from GtkMozEmbed anymore.
svn path=/trunk/; revision=7667
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index 859ffdbe6..d60c73327 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -119,20 +119,6 @@ struct _EphyEmbedIface
{
GTypeInterface base_iface;
- /* Signals that we inherit from gtkmozembed
- *
- * void (* net_stop) (GtkMozEmbed *embed);
- * void (* title) (EphyEmbed *embed);
- * void (* visibility) (EphyEmbed *embed,
- * gboolean visibility);
- * void (* destroy_brsr) (EphyEmbed *embed);
- * void (* size_to) (EphyEmbed *embed,
- * int width,
- * int height);
- * gint (* open_uri) (EphyEmbed *embed,
- * const char *url);
- */
-
int (* context_menu) (EphyEmbed *embed,
EphyEmbedEvent *event);
void (* favicon) (EphyEmbed *embed,