libvirt/python
Jim Meyering 0fa4d62986 python: let libvirt_virConnectDomainEventCallback indicate success
* python/libvir.c (libvirt_virConnectDomainEventCallback): Return 0
when successful, rather than always returning -1.
clang flagged this function for its dead-store of "ret=0".
Once "ret" was set to 0, it was never used, and
the function would always return -1.
2009-09-03 18:04:24 +02:00
..
tests remove all .cvsignore files 2009-07-08 16:17:51 +02:00
.gitignore update .gitignore and .hgignore files 2009-03-03 11:25:00 +00:00
generator.py Secret manipulation API docs refresh & wire up python generator 2009-09-01 18:27:06 +01:00
libvir.c python: let libvirt_virConnectDomainEventCallback indicate success 2009-09-03 18:04:24 +02:00
libvir.py Better error reporting if 'import libvirtmod' fails 2009-05-19 13:03:03 +00:00
libvirt_wrap.h Secret manipulation API docs refresh & wire up python generator 2009-09-01 18:27:06 +01:00
libvirt-python-api.xml Secret manipulation API docs refresh & wire up python generator 2009-09-01 18:27:06 +01:00
Makefile.am * python/Makefile.am: avoid a parallel make issue #472702 2009-02-26 13:58:35 +00:00
TODO syntax-check: enforce the no-cvs-keywords prohibition 2008-12-15 10:24:54 +00:00
types.c Secret manipulation API docs refresh & wire up python generator 2009-09-01 18:27:06 +01:00
virConnect.py Fix python bindings events code (David Lively) 2008-11-24 19:28:12 +00:00