diff options
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r-- | embed/ephy-embed.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index a25e74d78..014aa6cd8 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -116,6 +116,10 @@ struct _EphyEmbedIface EphyEmbedEvent *event); void (* favicon) (EphyEmbed *embed, const char *location); + void (* feed_link) (EphyEmbed *embed, + const char *type, + const char *title, + const char *address); void (* location) (EphyEmbed *embed, const char *location); void (* net_state) (EphyEmbed *embed, |