git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5524ee7
)
added getattr, setattr fields.
author
kramm
<kramm>
Sat, 22 May 2004 00:04:29 +0000
(
00:04
+0000)
committer
kramm
<kramm>
Sat, 22 May 2004 00:04:29 +0000
(
00:04
+0000)
lib/python/tag.h
patch
|
blob
|
history
diff --git
a/lib/python/tag.h
b/lib/python/tag.h
index
4013038
..
98f8b82
100644
(file)
--- a/
lib/python/tag.h
+++ b/
lib/python/tag.h
@@
-36,6
+36,8
@@
typedef struct _tag_internals
void (*dealloc)(struct _tag_internals*);
int datasize;
void*data;
+ PyObject* (*getattr)(struct _tag_internals*, char* a);
+ int (*setattr)(struct _tag_internals*, char* a, PyObject*val);
PyMethodDef* tagfunctions;
TAG*tag;
PyObject* tagmap;