summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkbufferview-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/gtkbufferview-int.h')
-rw-r--r--src/gtkext/gtkbufferview-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtkext/gtkbufferview-int.h b/src/gtkext/gtkbufferview-int.h
index e8e11a0..105d32b 100644
--- a/src/gtkext/gtkbufferview-int.h
+++ b/src/gtkext/gtkbufferview-int.h
@@ -65,6 +65,7 @@ struct _GtkBufferViewClass
/* Signaux */
void (* caret_moved) (GtkBufferView *, const vmpa2t *);
+ void (* reach_limit) (GtkBufferView *, GdkScrollDirection);
};