aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-history-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/ephy-history-view.h')
-rw-r--r--lib/widgets/ephy-history-view.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/widgets/ephy-history-view.h b/lib/widgets/ephy-history-view.h
index d6c2d0656..3a502edb2 100644
--- a/lib/widgets/ephy-history-view.h
+++ b/lib/widgets/ephy-history-view.h
@@ -40,10 +40,15 @@ typedef struct _EphyHistoryViewPrivate EphyHistoryViewPrivate;
struct _EphyHistoryView {
GtkTreeView parent;
+
+ /*< private >*/
+ EphyHistoryViewPrivate *priv;
};
struct _EphyHistoryViewClass {
GtkTreeViewClass parent_class;
+
+ void (* row_middle_clicked) (EphyHistoryView *view, GtkTreePath *path);
};
GType ephy_history_view_get_type (void) G_GNUC_CONST;