summaryrefslogtreecommitdiff
path: root/pluma/pluma-utils.h
diff options
context:
space:
mode:
authormbkma <[email protected]>2020-07-07 15:57:46 +0200
committerraveit65 <[email protected]>2020-07-29 16:47:54 +0200
commit2edb465b646f671f3372c70f020bd3d3076e86ad (patch)
tree0203909db2933fef2bff19084b67ae8f4ccfef19 /pluma/pluma-utils.h
parent8f02e21f3703c9549fb357986f77c9534186f2ab (diff)
downloadpluma-2edb465b646f671f3372c70f020bd3d3076e86ad.tar.bz2
pluma-2edb465b646f671f3372c70f020bd3d3076e86ad.tar.xz
Port main program to GSettings
Remove pluma_prefs_manager. Plugins were already ported to GSettings. Based on: https://gitlab.gnome.org/GNOME/gedit/-/commit/4215be0e8924f45170683493beaa2695e8e2e483
Diffstat (limited to 'pluma/pluma-utils.h')
-rw-r--r--pluma/pluma-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/pluma-utils.h b/pluma/pluma-utils.h
index c62c223b..7c9881cf 100644
--- a/pluma/pluma-utils.h
+++ b/pluma/pluma-utils.h
@@ -37,6 +37,7 @@
#include <gtk/gtk.h>
#include <atk/atk.h>
#include <pluma/pluma-encodings.h>
+#include <gtksourceview/gtksource.h>
G_BEGIN_DECLS
@@ -163,4 +164,3 @@ pluma_image_menu_item_new_from_pixbuf (GdkPixbuf *icon_pixbuf,
G_END_DECLS
#endif /* __PLUMA_UTILS_H__ */
-