[cairo-commit] pycairo/cairo pycairo-context.c,1.16,1.17
Steve Chaplin
commit at pdx.freedesktop.org
Tue Jan 11 19:50:46 PST 2005
- Previous message: [cairo-commit]
pycairo/examples cairo-knockout.py, 1.4, 1.5 text.py,
1.7, 1.8 .cvsignore, 1.4, 1.5
- Next message: [cairo-commit] pycairo ChangeLog, 1.38, 1.39 NEWS, 1.4,
1.5 RELEASING, 1.3, 1.4 README, 1.5, 1.6 Makefile.am, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: stevech1097
Update of /cvs/cairo/pycairo/cairo
In directory gabe:/tmp/cvs-serv16928/cairo
Modified Files:
pycairo-context.c
Log Message:
SC 2005/01/12
Index: pycairo-context.c
===================================================================
RCS file: /cvs/cairo/pycairo/cairo/pycairo-context.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- pycairo-context.c 10 Dec 2004 15:16:40 -0000 1.16
+++ pycairo-context.c 12 Jan 2005 03:50:44 -0000 1.17
@@ -2,7 +2,7 @@
*
* PyCairo - Python bindings for Cairo
*
- * Copyright © 2003-2004 James Henstridge
+ * Copyright © 2003-2004 Steve Chaplin
*
* This library is free software; you can redistribute it and/or
* modify it either under the terms of the GNU Lesser General Public
@@ -29,1235 +29,187 @@
*
* Contributor(s):
[...1330 lines suppressed...]
+ Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE, /*tp_flags*/
+ "cairo.svg objects", /* tp_doc */
+ 0, /* tp_traverse */
+ 0, /* tp_clear */
+ 0, /* tp_richcompare */
+ 0, /* tp_weaklistoffset */
+ 0, /* tp_iter */
+ 0, /* tp_iternext */
+ pycairosvg_methods, /* tp_methods */
+ 0, /* tp_members */
+ pycairosvg_getsets, /* tp_getset */
+ 0, /* tp_base */
+ 0, /* tp_dict */
+ 0, /* tp_descr_get */
+ 0, /* tp_descr_set */
+ 0, /* tp_dictoffset */
+ (initproc)0, /* tp_init */
+ 0, /* tp_alloc */
+ pycairosvg_new, /* tp_new */
};
- Previous message: [cairo-commit]
pycairo/examples cairo-knockout.py, 1.4, 1.5 text.py,
1.7, 1.8 .cvsignore, 1.4, 1.5
- Next message: [cairo-commit] pycairo ChangeLog, 1.38, 1.39 NEWS, 1.4,
1.5 RELEASING, 1.3, 1.4 README, 1.5, 1.6 Makefile.am, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list