[gjs: 24/45] [cairo] update todo
- From: Johan Dahlin <johan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 24/45] [cairo] update todo
- Date: Tue, 2 Mar 2010 18:54:04 +0000 (UTC)
commit 360f7bdfe6a11209da6bb4acedaacbe89c6213a5
Author: Johan Dahlin <johan gnome org>
Date: Thu Feb 25 18:32:36 2010 -0300
[cairo] update todo
doc/cairo.txt | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/doc/cairo.txt b/doc/cairo.txt
index d8a9309..ea39f0c 100644
--- a/doc/cairo.txt
+++ b/doc/cairo.txt
@@ -50,7 +50,7 @@ as Clutter/Gtk/Poppler or by calling the cairo.Context constructor.
gjs> let cr = new Cairo.Context(surface);
-gjs> let cr = new Gdk.cairo_create(...);
+gjs> let cr = Gdk.cairo_create(...);
All introspection methods taking or returning a cairo_t will automatically
create a Cairo.Context.
@@ -78,6 +78,9 @@ gjs> let pattern = new Cairo.SurfacePattern(surface);
gjs> pattern.set_filter(Cairo.Filter.NEAREST);
TODO:
+* string leaks in macros
+* status checking + raising after all calls
+* reference counting
* context: wrap the remaning methods
* surface methods
* image surface methods
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]