summaryrefslogtreecommitdiff
path: root/plugins/filebrowser/pluma-file-browser-marshal.list
diff options
context:
space:
mode:
authorColomban Wendling <[email protected]>2019-06-25 10:42:34 +0200
committerraveit65 <[email protected]>2019-06-27 10:00:18 +0200
commitdee5500dd7d1ca8b6b9ef2c25af658bb9c839262 (patch)
tree1dc90a141ee96f7a83c094640b2afadea780b5a8 /plugins/filebrowser/pluma-file-browser-marshal.list
parent8e7e455f4327317fe711f086fbf315698324df30 (diff)
downloadpluma-dee5500dd7d1ca8b6b9ef2c25af658bb9c839262.tar.bz2
pluma-dee5500dd7d1ca8b6b9ef2c25af658bb9c839262.tar.xz
Fix use of deprecated glib-genmarshal types
This doesn't change any dependency as both non-deprecated replacements BOOLEAN and VOID were already used in some places.
Diffstat (limited to 'plugins/filebrowser/pluma-file-browser-marshal.list')
-rw-r--r--plugins/filebrowser/pluma-file-browser-marshal.list6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/filebrowser/pluma-file-browser-marshal.list b/plugins/filebrowser/pluma-file-browser-marshal.list
index 5fa72c8b..f9349d22 100644
--- a/plugins/filebrowser/pluma-file-browser-marshal.list
+++ b/plugins/filebrowser/pluma-file-browser-marshal.list
@@ -1,5 +1,5 @@
VOID:UINT,STRING
VOID:STRING,STRING
-BOOL:OBJECT,POINTER
-BOOL:POINTER
-BOOL:VOID
+BOOLEAN:OBJECT,POINTER
+BOOLEAN:POINTER
+BOOLEAN:VOID