-
Committer:
John Arbash Meinel
-
Date:
2009-10-02 19:05:23 UTC
-
mto:
(4679.6.1 2.1-export-c-api)
-
mto:
This revision was merged to the branch mainline in
revision
4735.
-
Revision ID:
john@arbash-meinel.com-20091002190523-6cvyhl238q5hs8v1
Invert the logic.
I wanted to add type checking to the C api, however if I do that, I should then
create a set of internal functions that don't do type checking.
But if I'm going to do that, then I'd rather just hang them off the nice class
I already have written. And the C api just becomes thunks to the class attributes.