mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
e05cb33511
* improved python3 bindings * documentation fixes regarding talloc_reference() and talloc_unlink() Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
7 lines
320 B
Plaintext
7 lines
320 B
Plaintext
pytalloc_CObject_FromTallocPtr: PyObject *(void *)
|
|
pytalloc_Check: int (PyObject *)
|
|
pytalloc_GetObjectType: PyTypeObject *(void)
|
|
pytalloc_reference_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
|
|
pytalloc_steal: PyObject *(PyTypeObject *, void *)
|
|
pytalloc_steal_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
|