aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
authorEric Butler <eric@extremeboredom.net>2006-12-18 03:17:36 +0800
committerChristian Persch <chpe@src.gnome.org>2006-12-18 03:17:36 +0800
commitf509a34254a254348465dbe018c6ee9db081193e (patch)
treef6ce0dbc582fa603779bf6fc055a876f9b082bf3 /embed/ephy-embed.h
parent25a74360022714d8dcb51b1c306069255da92079 (diff)
downloadgsoc2013-epiphany-f509a34254a254348465dbe018c6ee9db081193e.tar
gsoc2013-epiphany-f509a34254a254348465dbe018c6ee9db081193e.tar.gz
gsoc2013-epiphany-f509a34254a254348465dbe018c6ee9db081193e.tar.bz2
gsoc2013-epiphany-f509a34254a254348465dbe018c6ee9db081193e.tar.lz
gsoc2013-epiphany-f509a34254a254348465dbe018c6ee9db081193e.tar.xz
gsoc2013-epiphany-f509a34254a254348465dbe018c6ee9db081193e.tar.zst
gsoc2013-epiphany-f509a34254a254348465dbe018c6ee9db081193e.zip
Add search_link entry to _EphyEmbedIface
2006-12-17 Eric Butler <eric@extremeboredom.net> * src/ephy-embed.h: Add search_link entry to _EphyEmbedIface * src/ephy-embed.c: Add ge-search-link signal * embed/mozilla/EphyBrowser.cs: Fire ge-search-link signal for opensearch tags
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index 90743ded7..54362404f 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -127,6 +127,10 @@ struct _EphyEmbedIface
const char *type,
const char *title,
const char *address);
+ void (* search_link) (EphyEmbed *embed,
+ const char *type,
+ const char *title,
+ const char *address);
void (* location) (EphyEmbed *embed,
const char *location);
void (* net_state) (EphyEmbed *embed,