summaryrefslogtreecommitdiff
path: root/pluma/pluma-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'pluma/pluma-view.h')
-rw-r--r--pluma/pluma-view.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pluma/pluma-view.h b/pluma/pluma-view.h
index c8877d5f..b8286205 100644
--- a/pluma/pluma-view.h
+++ b/pluma/pluma-view.h
@@ -107,6 +107,14 @@ void pluma_view_set_font (PlumaView *view,
gboolean def,
const gchar *font_name);
+#ifdef GTK_SOURCE_VERSION_3_24
+void
+pluma_set_source_space_drawer_by_level (GtkSourceView *view,
+ gint level,
+ GtkSourceSpaceTypeFlags type);
+#endif
+
+
G_END_DECLS
#endif /* __PLUMA_VIEW_H__ */