[cairo-commit] pycairo NOTES,1.18,1.19
Steve Chaplin
commit at pdx.freedesktop.org
Tue Oct 11 20:15:19 PDT 2005
Committed by: stevech1097
Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv21344
Modified Files:
NOTES
Log Message:
'SC'
Index: NOTES
===================================================================
RCS file: /cvs/cairo/pycairo/NOTES,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- NOTES 12 Oct 2005 03:13:47 -0000 1.18
+++ NOTES 12 Oct 2005 03:15:17 -0000 1.19
@@ -150,7 +150,7 @@
Py: surface.write_to_png (filename)
surface.write_to_png (f)
where 'f' is a file object or a file-like object (an object that has a
- "write", for example StringIO, cStringIO)
+ "write" method, for example StringIO, cStringIO)
C : surface = cairo_image_surface_create (format, width, height);
surface = cairo_image_surface_create_from_png (filename);
More information about the cairo-commit
mailing list