mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
ldb: Clarify documentation for PyObject_AsMessageElement()
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
77015f3ca0
commit
d278f97d5e
@ -3138,12 +3138,12 @@ static PyTypeObject PyLdbModule = {
|
||||
* This will accept any sequence objects that contains strings, or
|
||||
* a string object.
|
||||
*
|
||||
* A reference to set_obj will be borrowed.
|
||||
* A reference to set_obj might be borrowed.
|
||||
*
|
||||
* @param mem_ctx Memory context
|
||||
* @param set_obj Python object to convert
|
||||
* @param flags ldb_message_element flags to set
|
||||
* @param attr_name Name of the attribute
|
||||
* @param flags ldb_message_element flags to set, if a new element is returned
|
||||
* @param attr_name Name of the attribute to set, if a new element is returned
|
||||
* @return New ldb_message_element, allocated as child of mem_ctx
|
||||
*/
|
||||
static struct ldb_message_element *PyObject_AsMessageElement(
|
||||
|
Loading…
x
Reference in New Issue
Block a user