Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2010-02-02 19:37:42 +0300
committerLluis Sanchez <lluis@novell.com>2010-02-02 19:37:42 +0300
commit8956b318de3e4aa4135159739b681a531c9f97c4 (patch)
tree0a528149e6772442b6b48ff362914e44d38ce685 /extras/ValaBinding
parent1e2ef3759bd71502ea38fe0a4ae2a43c601b379c (diff)
* Gui/DataProvider.cs: Track api changes.
svn path=/trunk/monodevelop/; revision=150714
Diffstat (limited to 'extras/ValaBinding')
-rw-r--r--extras/ValaBinding/ChangeLog4
-rw-r--r--extras/ValaBinding/Gui/DataProvider.cs6
2 files changed, 10 insertions, 0 deletions
diff --git a/extras/ValaBinding/ChangeLog b/extras/ValaBinding/ChangeLog
index d21402187a..7126b984ea 100644
--- a/extras/ValaBinding/ChangeLog
+++ b/extras/ValaBinding/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-02 Lluis Sanchez Gual <lluis@novell.com>
+
+ * Gui/DataProvider.cs: Track api changes.
+
2009-12-01 Lluis Sanchez Gual <lluis@novell.com>
* Project/ValaProject.cs:
diff --git a/extras/ValaBinding/Gui/DataProvider.cs b/extras/ValaBinding/Gui/DataProvider.cs
index 92c45be620..9290cc7f85 100644
--- a/extras/ValaBinding/Gui/DataProvider.cs
+++ b/extras/ValaBinding/Gui/DataProvider.cs
@@ -221,6 +221,12 @@ namespace MonoDevelop.ValaBinding
public DisplayFlags DisplayFlags {
get { return DisplayFlags.None; }
}
+
+ public CompletionCategory CompletionCategory {
+ get {
+ return null;
+ }
+ }
}
/// <summary>