diff options
author | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-10-17 20:06:04 -0200 |
---|---|---|
committer | Marcelo Lira <marcelo.lira@openbossa.org> | 2011-12-09 20:28:07 -0300 |
commit | c392df67c0a668148294b0ac0a7c026d29da9112 (patch) | |
tree | c38ae3bc7190072e82e20950b21f269ba93a266c /libshiboken/basewrapper.h | |
parent | 1588c124fb818a6edd54491bcfbecebbb9b7869b (diff) | |
download | shiboken-c392df67c0a668148294b0ac0a7c026d29da9112.tar.gz shiboken-c392df67c0a668148294b0ac0a7c026d29da9112.tar.xz shiboken-c392df67c0a668148294b0ac0a7c026d29da9112.zip |
Added SBK_CONVERTER, a macro to get the type converter whatever the type, but primitive types.
Diffstat (limited to 'libshiboken/basewrapper.h')
-rw-r--r-- | libshiboken/basewrapper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libshiboken/basewrapper.h b/libshiboken/basewrapper.h index c2539027..e9a94a36 100644 --- a/libshiboken/basewrapper.h +++ b/libshiboken/basewrapper.h @@ -210,9 +210,6 @@ LIBSHIBOKEN_API void setSubTypeInitHook(SbkObjectType* self, SubTypeInitH LIBSHIBOKEN_API void* getTypeUserData(SbkObjectType* self); LIBSHIBOKEN_API void setTypeUserData(SbkObjectType* self, void* userData, DeleteUserDataFunc d_func); -/// Returns the converter assigned to the wrapper \p type. -LIBSHIBOKEN_API SbkConverter* getTypeConverter(SbkObjectType* type); - } namespace Object { |