mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
Fix tp_name of objects in Python wrapper.
This commit is contained in:
parent
ce1911fe5a
commit
41a2152b03
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ static PyGetSetDef pylinphone_{{class_name}}_getseters[] = {
|
|||
static PyTypeObject pylinphone_{{class_name}}Type = {
|
||||
PyObject_HEAD_INIT(NULL)
|
||||
0, /* ob_size */
|
||||
"linphone.{{name}}", /* tp_name */
|
||||
"linphone.{{class_name}}", /* tp_name */
|
||||
sizeof(pylinphone_{{class_name}}Object), /* tp_basicsize */
|
||||
0, /* tp_itemsize */
|
||||
pylinphone_{{class_name}}_dealloc, /* tp_dealloc */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue