aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-history.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-history.h')
-rw-r--r--embed/ephy-history.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/embed/ephy-history.h b/embed/ephy-history.h
index e3184156f..5a3ac1de3 100644
--- a/embed/ephy-history.h
+++ b/embed/ephy-history.h
@@ -63,7 +63,10 @@ struct EphyHistoryClass
{
GObjectClass parent_class;
- void (* visited) (const char *url);
+ /* Signals */
+ void (* visited) (EphyHistory *history,
+ const char *url);
+ void (* cleared) (EphyHistory *history);
};
GType ephy_history_get_type (void);
@@ -103,6 +106,8 @@ const char *ephy_history_get_icon (EphyHistory *gh,
void ephy_history_clear (EphyHistory *gh);
+gboolean ephy_history_is_enabled (EphyHistory *history);
+
G_END_DECLS
#endif