summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJuerg Billeter <j@bitron.ch>2007-07-09 08:18:19 +0000
committerJürg Billeter <juergbi@src.gnome.org>2007-07-09 08:18:19 +0000
commit5b6423800563195f12cca5623b4122ce617894c5 (patch)
tree6ac1f8d195864505ee1ae74a1d71e8855d4afae3 /README
parentffb3d21f1e1bd7554372ac19ee3086d026379183 (diff)
downloadvala-5b6423800563195f12cca5623b4122ce617894c5.tar.gz
update for 0.1.0 releaseVALA_0_1_0
2007-07-09 Juerg Billeter <j@bitron.ch> * NEWS, README, configure.ac: update for 0.1.0 release svn path=/trunk/; revision=335
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 366e2dbd9..aaf8fea87 100644
--- a/README
+++ b/README
@@ -18,8 +18,8 @@ type system. Vala supports modern language features as the following:
* Foreach
* Lambda expressions
* Type inference for local variables
- * Generics [PLANNED]
- * Non-null types [PARTIAL]
+ * Generics
+ * Non-null types
* Assisted memory management
* Exception handling [PLANNED]
@@ -27,8 +27,8 @@ Vala is designed to allow access to existing C libraries, especially
GObject-based libraries, without the need for runtime bindings. Each to
be used library requires a Vala API file at compile-time, containing the
class and method declarations in Vala syntax. Vala currently comes with
-incomplete bindings for GLib and GTK+. It's planned to provide generated
-bindings for the full GNOME Platform at a later stage.
+bindings for GLib and GTK+. It's planned to provide generated bindings for
+the full GNOME Platform at a later stage.
Using classes and methods written in Vala from an application written in
C is not difficult. The Vala library only has to install the generated