mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
b80140ba00
* Remove pytalloc_CObject_FromTallocPtr() * Remove --extra-python (a build time mode to produce Python2 and Python3 bindings at the same time) * New minor version to allow Samba 4.10 to release a talloc if required from that branch Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
16 lines
785 B
Plaintext
16 lines
785 B
Plaintext
_pytalloc_check_type: int (PyObject *, const char *)
|
|
_pytalloc_get_mem_ctx: TALLOC_CTX *(PyObject *)
|
|
_pytalloc_get_ptr: void *(PyObject *)
|
|
_pytalloc_get_type: void *(PyObject *, const char *)
|
|
pytalloc_BaseObject_PyType_Ready: int (PyTypeObject *)
|
|
pytalloc_BaseObject_check: int (PyObject *)
|
|
pytalloc_BaseObject_size: size_t (void)
|
|
pytalloc_Check: int (PyObject *)
|
|
pytalloc_GenericObject_reference_ex: PyObject *(TALLOC_CTX *, void *)
|
|
pytalloc_GenericObject_steal_ex: PyObject *(TALLOC_CTX *, void *)
|
|
pytalloc_GetBaseObjectType: PyTypeObject *(void)
|
|
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 *)
|