[cairo-commit] pycairo/cairo pycairo-context.c,1.17,1.18
Steve Chaplin
commit at pdx.freedesktop.org
Tue Jan 11 23:09:07 PST 2005
- Previous 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
- Next message: [cairo-commit] pycairo configure.ac,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: stevech1097
Update of /cvs/cairo/pycairo/cairo
In directory gabe:/tmp/cvs-serv26060/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.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- pycairo-context.c 12 Jan 2005 03:50:44 -0000 1.17
+++ pycairo-context.c 12 Jan 2005 07:09:05 -0000 1.18
@@ -2,7 +2,7 @@
*
* PyCairo - Python bindings for Cairo
*
- * Copyright © 2003-2004 Steve Chaplin
+ * Copyright © 2003-2004 James Henstridge
*
* This library is free software; you can redistribute it and/or
* modify it either under the terms of the GNU Lesser General Public
@@ -29,187 +29,1261 @@
*
* Contributor(s):
[...1356 lines suppressed...]
+ (inquiry)0, /* tp_clear */
+ (richcmpfunc)0, /* tp_richcompare */
+ 0, /* tp_weaklistoffset */
+ (getiterfunc)0, /* tp_iter */
+ (iternextfunc)0, /* tp_iternext */
+ pycairo_methods, /* tp_methods */
+ 0, /* tp_members */
+ pycairo_getsets, /* tp_getset */
+ (PyTypeObject *)0, /* tp_base */
+ (PyObject *)0, /* tp_dict */
+ 0, /* tp_descr_get */
+ 0, /* tp_descr_set */
+ 0, /* tp_dictoffset */
+ (initproc)0, /* tp_init */
+ (allocfunc)0, /* tp_alloc */
+ (newfunc)pycairo_new, /* tp_new */
+ 0, /* tp_free */
+ (inquiry)0, /* tp_is_gc */
+ (PyObject *)0, /* tp_bases */
};
- Previous 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
- Next message: [cairo-commit] pycairo configure.ac,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list