From 5ceb86423d7698b962bf6499a82f0bbefa7c9f3e Mon Sep 17 00:00:00 2001 From: Drew Holzworth Date: Wed, 8 Jul 2020 09:04:28 +1000 Subject: [PATCH] Fixed some more SourceView warnings from the code generator. --- CakeScripts/Settings.cake | 2 +- Source/Libs/SourceView/SourceView.metadata | 31 +++++++++++++--------- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/CakeScripts/Settings.cake b/CakeScripts/Settings.cake index bba82f303..ccc390f79 100644 --- a/CakeScripts/Settings.cake +++ b/CakeScripts/Settings.cake @@ -37,7 +37,7 @@ class Settings }, new GAssembly("SourceView") { - Deps = new[] { "GtkSharp", "GioSharp" }, + Deps = new[] { "GLibSharp", "GtkSharp", "GioSharp", "CairoSharp", "PangoSharp", "GdkSharp" }, } }; } diff --git a/Source/Libs/SourceView/SourceView.metadata b/Source/Libs/SourceView/SourceView.metadata index 8753dc402..015d20b96 100644 --- a/Source/Libs/SourceView/SourceView.metadata +++ b/Source/Libs/SourceView/SourceView.metadata @@ -15,26 +15,31 @@ EmitCanRedoChanged EmitCanUndoChanged - - true - true - true - true - true - - - + out - Library.Source + GtkSourceMark + GtkSourceMark + GtkSourceCompletionProvider + GtkSourceEncoding + GtkSourceEncoding + notify + async + notify + async + async + async + + + 1 + + \ No newline at end of file