mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-26 01:40:11 +01:00
* python/service.py (ObjectType::_reflect_on_signal): Always close
signal tag even when there are no arguments
This commit is contained in:
parent
0e466b00e4
commit
9cbcbb20ed
2 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,11 @@
|
|||
2005-10-13 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* (configure.in) Set mono, mono-docs and Qt3 to default
|
||||
* python/service.py (ObjectType::_reflect_on_signal): Always close
|
||||
signal tag even when there are no arguments
|
||||
|
||||
2005-10-13 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* configure.in: Set mono, mono-docs and Qt3 to default
|
||||
to no instead of auto when building. These bindings do not
|
||||
have full time maintainers and will not be supported for the
|
||||
1.0 release.
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ class ObjectType(type):
|
|||
reflection_data = reflection_data + ' <arg name="%s" type="v" />\n'%(arg)
|
||||
#reclaim some memory
|
||||
func._dbus_args = None
|
||||
reflection_data = reflection_data + ' </signal>\n'
|
||||
reflection_data = reflection_data + ' </signal>\n'
|
||||
|
||||
return reflection_data
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue