diff options
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r-- | embed/ephy-embed-single.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h index 0228032af..a30eb4194 100644 --- a/embed/ephy-embed-single.h +++ b/embed/ephy-embed-single.h @@ -90,6 +90,14 @@ struct EphyEmbedSingleClass { GObjectClass parent_class; + /* Signals */ + + gboolean (* handle_content) (EphyEmbedSingle *shell, + char *mime_type, + char *uri); + + /* Methods */ + void (* clear_cache) (EphyEmbedSingle *shell); void (* set_offline_mode) (EphyEmbedSingle *shell, gboolean offline); |