summaryrefslogtreecommitdiff
path: root/src/glibext/buffercache-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-08-18 20:08:39 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-08-18 20:08:39 (GMT)
commitc5631dd09fa9981e914ec9082c6270b69a719ca4 (patch)
tree0d50b3a82f466d2b8587ad20cfb0c93b180897ee /src/glibext/buffercache-int.h
parente5185bf4b4b6f76f15d3ff460a9cea40a8753284 (diff)
Refreshed the rendering for newly added bookmarks.
Diffstat (limited to 'src/glibext/buffercache-int.h')
-rw-r--r--src/glibext/buffercache-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glibext/buffercache-int.h b/src/glibext/buffercache-int.h
index 3dfd5e2..2ffa8ec 100644
--- a/src/glibext/buffercache-int.h
+++ b/src/glibext/buffercache-int.h
@@ -89,6 +89,8 @@ struct _GBufferCacheClass
void (* size_changed) (GBufferCache *, bool, size_t, size_t);
+ void (* line_updated) (GBufferCache *, size_t);
+
};