This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 1ef7dcb59e9b7b131e59c4965e3ce775e8b26de5 (commit) from c67470e8571d4b391c9c0440b96a9cd1d578fe10 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/1ef7dcb59e9b7b131e59c4965e3ce775e8b26...
commit 1ef7dcb59e9b7b131e59c4965e3ce775e8b26de5 Author: Cyril Hrubis metan@ucw.cz Date: Sun Jun 3 15:37:50 2012 +0200
pywrap: Update GP_FilterParam pywrap.
diff --git a/pylib/gfxprim/filters/filters.i b/pylib/gfxprim/filters/filters.i index 274c765..e12ca55 100644 --- a/pylib/gfxprim/filters/filters.i +++ b/pylib/gfxprim/filters/filters.i @@ -15,13 +15,22 @@ %include "GP_Filters.h"
/* Listed in GP_Filters.h: */ -%include "GP_FilterParam.h" %include "GP_Point.h" %ignore GP_Histogram::hist; %include "GP_Stats.h" %include "GP_Linear.h" %include "GP_Resize.h"
+%extend GP_FilterParam { + ~GP_FilterParam() { + GP_DEBUG(2, "[wrapper] GP_FilterParamFree"); + GP_FilterParamDestroy($self); + } +} + +%newobject GP_FilterParamCreate; +%include "GP_FilterParam.h" + /* Functions returning new allocated context */ %immutable GP_FilterSymmetryNames;
-----------------------------------------------------------------------
Summary of changes: pylib/gfxprim/filters/filters.i | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.