aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/pysideproperty.h
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2011-05-19 18:12:00 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:25 -0300
commit5805ea4e01c463e5eae029a51978bdb1b910aad4 (patch)
tree8f8c9d00f1ce40cc692642947bdea67244ef2287 /libpyside/pysideproperty.h
parent6e8f2a6d61970160ffa17ea839eb51a7f2f23900 (diff)
Create checkType for libpyside objects.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
Diffstat (limited to 'libpyside/pysideproperty.h')
-rw-r--r--libpyside/pysideproperty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpyside/pysideproperty.h b/libpyside/pysideproperty.h
index b5bad18d4..ce2704a13 100644
--- a/libpyside/pysideproperty.h
+++ b/libpyside/pysideproperty.h
@@ -43,7 +43,9 @@ namespace PySide { namespace Property {
typedef void (*MetaCallHandler)(PySideProperty*,PyObject*,QMetaObject::Call, void**);
+PYSIDE_API bool checkType(PyObject* pyObj);
+//Deprecated (use checkType)
PYSIDE_API bool isPropertyType(PyObject* pyObj);
/**