diff options
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r-- | embed/ephy-embed-single.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h index f37460a82..7c3850b82 100644 --- a/embed/ephy-embed-single.h +++ b/embed/ephy-embed-single.h @@ -48,6 +48,11 @@ struct _EphyEmbedSingleIface void (* network_status) (EphyEmbedSingle *single, gboolean offline); + + gboolean (* add_sidebar) (EphyEmbedSingle *single, + const char * url, + const char * title); + /* Methods */ GtkWidget * (* open_window) (EphyEmbedSingle *single, |