aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.c
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2007-11-12 07:18:40 +0800
committerXan Lopez <xan@src.gnome.org>2007-11-12 07:18:40 +0800
commitd698eb5b87aa10c888944fbf2db066af2df987bd (patch)
tree2db956db48e0ae9c625971df3061fb47925b0c30 /embed/ephy-embed.c
parentec328b5c31da2accae0a52e47a259fb15c07ad8c (diff)
downloadgsoc2013-epiphany-d698eb5b87aa10c888944fbf2db066af2df987bd.tar
gsoc2013-epiphany-d698eb5b87aa10c888944fbf2db066af2df987bd.tar.gz
gsoc2013-epiphany-d698eb5b87aa10c888944fbf2db066af2df987bd.tar.bz2
gsoc2013-epiphany-d698eb5b87aa10c888944fbf2db066af2df987bd.tar.lz
gsoc2013-epiphany-d698eb5b87aa10c888944fbf2db066af2df987bd.tar.xz
gsoc2013-epiphany-d698eb5b87aa10c888944fbf2db066af2df987bd.tar.zst
gsoc2013-epiphany-d698eb5b87aa10c888944fbf2db066af2df987bd.zip
Remove unused ge-location signal.
svn path=/trunk/; revision=7664
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r--embed/ephy-embed.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index 43917ddca..36a445e23 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -175,27 +175,6 @@ ephy_embed_base_init (gpointer g_class)
G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE,
G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE);
/**
- * EphyEmbed::ge-location:
- * @embed:
- * @address: the new URL @embed is visiting
- *
- * The ::ge_location signal is emitted when @embed begins to load a new web
- * page. For example, if the user clicks on a link or enters an address or if
- * the previous web page had JavaScript or a META REFRESH tag.
- *
- * The ::ge_location signal will be emitted even when @embed is simply
- * refreshing the same web page.
- **/
- g_signal_new ("ge_location",
- EPHY_TYPE_EMBED,
- G_SIGNAL_RUN_FIRST,
- G_STRUCT_OFFSET (EphyEmbedIface, location),
- NULL, NULL,
- g_cclosure_marshal_VOID__STRING,
- G_TYPE_NONE,
- 1,
- G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE);
-/**
* EphyEmbed::ge-net-state:
* @embed:
* @uri: the URI @embed is loading