[gtksourceview/bilelmoussaoui/public-headers] meson: include completion words header




commit 6a734982b2e338d1214c6dd5280d71b32cfbdad8
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Mon Oct 19 00:15:39 2020 +0000

    meson: include completion words header
    
    currently gtksourcecompletionwords.h is not part of the public headers
    which is exported later on gtksource.h

 gtksourceview/completion-providers/words/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtksourceview/completion-providers/words/meson.build 
b/gtksourceview/completion-providers/words/meson.build
index b63b28da..29b4d449 100644
--- a/gtksourceview/completion-providers/words/meson.build
+++ b/gtksourceview/completion-providers/words/meson.build
@@ -4,7 +4,7 @@ completionwords_c_args = [
 ]
 
 completionwords_public_h = [
-  # 'gtksourcecompletionwords.h',
+  'gtksourcecompletionwords.h',
 ]
 
 completionwords_public_c = [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]