summaryrefslogtreecommitdiff
path: root/typewrappers.h
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2013-11-26 18:31:18 +0000
committerDaniel P. Berrange <berrange@redhat.com>2013-11-27 11:11:23 +0000
commit197153c67ec0094bbc8eb2c29a9b91342dd2cca4 (patch)
tree7f6c5869a506d5c9f889b51d76913e3aee5fbeb2 /typewrappers.h
parent9bc81a156d281294b79192d04a5db10997566299 (diff)
downloadlibvirt-python-197153c67ec0094bbc8eb2c29a9b91342dd2cca4.tar.gz
Add missing binding of security model/label APIsv1.2.0-rc2
The virNodeGetSecurityModel, virDomainGetSecurityLabel and virDomainGetSecurityLabelList methods were disabled in the python binding for inexplicable reasons. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'typewrappers.h')
-rw-r--r--typewrappers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/typewrappers.h b/typewrappers.h
index d871d3f..04e364f 100644
--- a/typewrappers.h
+++ b/typewrappers.h
@@ -164,6 +164,7 @@ PyObject * libvirt_ulonglongWrap(unsigned long long val);
PyObject * libvirt_charPtrWrap(char *str);
PyObject * libvirt_charPtrSizeWrap(char *str, Py_ssize_t size);
PyObject * libvirt_constcharPtrWrap(const char *str);
+PyObject * libvirt_boolWrap(int val);
int libvirt_intUnwrap(PyObject *obj, int *val);
int libvirt_uintUnwrap(PyObject *obj, unsigned int *val);
int libvirt_longUnwrap(PyObject *obj, long *val);