aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/basewrapper_p.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-03-29 18:24:34 -0300
committerHugo Lima <hugo.lima@openbossa.org>2010-03-30 17:46:16 -0300
commit1ef34b1c56ab65bdc572cac4728dfa3dec5456ca (patch)
tree697873bd556827b202ff34cf8aac771f70417c37 /libshiboken/basewrapper_p.h
parentb634bc0b55e940ed5ad014dcf1245c91f06f52ba (diff)
SbkBaseWrapper_clearReferences not exported anymore.
So it was moved to basewrapper private header.
Diffstat (limited to 'libshiboken/basewrapper_p.h')
-rw-r--r--libshiboken/basewrapper_p.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libshiboken/basewrapper_p.h b/libshiboken/basewrapper_p.h
index a1c69581e..c709bb10d 100644
--- a/libshiboken/basewrapper_p.h
+++ b/libshiboken/basewrapper_p.h
@@ -150,6 +150,12 @@ struct ParentInfo
ChildrenList children;
};
+/**
+* Decrements the reference counters of every object referred by self.
+* \param self the wrapper instance that keeps references to other objects.
+*/
+void clearReferences(SbkBaseWrapper* self);
+
}
#endif