[gtk-web] language-bindings: remove C# and Java from official bindings
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web] language-bindings: remove C# and Java from official bindings
- Date: Fri, 5 Dec 2014 20:45:41 +0000 (UTC)
commit 241a760528c2e74fe7745b04ea94ca61688faf2d
Author: Sébastien Wilmet <swilmet gnome org>
Date: Fri Dec 5 21:32:04 2014 +0100
language-bindings: remove C# and Java from official bindings
An "official binding" is supposed to follow GNOME releases and be well
supported for the latest versions of GTK+. It is not the case for C# and
Java.
language-bindings.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/language-bindings.php b/language-bindings.php
index b119bc1..c0d1d20 100755
--- a/language-bindings.php
+++ b/language-bindings.php
@@ -41,7 +41,7 @@ $bindings = array(
),
"C#" => array(
- 'official' => true,
+ 'official' => false,
'url' => 'http://www.mono-project.com/GtkSharp',
'support' => array(
'2.24' => PARTIAL,
@@ -50,7 +50,7 @@ $bindings = array(
),
"Java" => array(
- 'official' => true,
+ 'official' => false,
'url' => 'http://java-gnome.sourceforge.net/',
'support' => array(
'2.24' => SUPPORTED,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]