[cairo-commit] [cairo-www] 2 commits - src/bindings.mdwn src/cookbook.mdwn
Carl Worth
cworth at freedesktop.org
Sun Nov 25 03:45:26 PST 2007
src/bindings.mdwn | 5 ++++-
src/cookbook.mdwn | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
New commits:
commit d04667fd369a4195453643709805320445985e92
Author: Donn <donn.ingle at gmail.com>
Date: Sun Nov 25 03:45:21 2007 -0800
blah
diff --git a/src/cookbook.mdwn b/src/cookbook.mdwn
index 1ba27c5..8ec741e 100644
--- a/src/cookbook.mdwn
+++ b/src/cookbook.mdwn
@@ -15,4 +15,4 @@
* [[How_to:Open_a_simple_SVG_file_without_Pyrsvg|svgtopycairo]]
* [[How_to:Using_path_data_to_create_a_Hit_Area|hittestpython]]
* [[How_to:Using_PyCairo_and_Pyrsvg_to_handle_SVG_graphics|pyrsvg]]
-* [[How_to:Do_animation_(shows_rotation_around_a_point)|animationRotation]]
\ No newline at end of file
+* [[How_to:Do_timeout_animation_(Also_shows_rotation_around_a_point)|animationRotation]]
\ No newline at end of file
commit 31488986ee60587aede0e9ce510c64bc698fb7bb
Author: Carl Worth <cworth at annarchy.freedesktop.org>
Date: Sun Nov 25 03:38:25 2007 -0800
dummy commit
diff --git a/src/bindings.mdwn b/src/bindings.mdwn
index 57102d3..25d581a 100644
--- a/src/bindings.mdwn
+++ b/src/bindings.mdwn
@@ -35,6 +35,8 @@ languages:
* [Lua][11] : [Binding-1][12] [Binding-2][13] [Binding-3][14]
+ * [Vala][15]
+
# Toolkit Bindings
Since cairo is only a drawing library, it can be quite useful to
@@ -60,4 +62,5 @@ integrate it with a graphical user interface toolkit.
[11]: http://www.lua.org/
[12]: http://luaforge.net/projects/luacairo/
[13]: http://imago.functionalfuture.com/
- [14]: http://www.dogusan.net/dogusanh/download.html
\ No newline at end of file
+ [14]: http://www.dogusan.net/dogusanh/download.html
+ [15]: http://live.gnome.org/Vala
\ No newline at end of file
More information about the cairo-commit
mailing list