diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-08 02:44:16 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-08 02:44:16 +0000 |
| commit | a914a109350e3285e6c8118644ba2162cd8632ad (patch) | |
| tree | fcc3ef9ee550b083d4060b741bc7c436bb8b92b0 /python/wrap_objs.h | |
| parent | b73d899efd03f3058b752e0f64061f1f7e308fc9 (diff) | |
| download | lasso-a914a109350e3285e6c8118644ba2162cd8632ad.tar.gz lasso-a914a109350e3285e6c8118644ba2162cd8632ad.tar.xz lasso-a914a109350e3285e6c8118644ba2162cd8632ad.zip | |
*** empty log message ***
Diffstat (limited to 'python/wrap_objs.h')
| -rw-r--r-- | python/wrap_objs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/wrap_objs.h b/python/wrap_objs.h index a74dfe86..a846d00a 100644 --- a/python/wrap_objs.h +++ b/python/wrap_objs.h @@ -51,9 +51,9 @@ typedef struct { xmlChar **PythonStringList_get(PyObject *list_obj); GPtrArray *PythonStringList2_get(PyObject *list_obj); -PyObject *wrap_int(int val); -PyObject *wrap_charPtr(char *str); -PyObject *wrap_charPtrConst(const char *str); +PyObject *int_wrap(int val); +PyObject *charPtr_wrap(char *str); +PyObject *charPtrConst_wrap(const char *str); PyObject *wrap_xmlCharPtr(xmlChar *str); PyObject *wrap_xmlCharPtrConst(const xmlChar *str); |
