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




commit af95184dd92375f3d2c2abe5718b496fd4488cdb
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]