]> xenbits.xensource.com Git - libvirt.git/commit
Fix apibuild.py warnings
authorMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 30 Sep 2009 11:41:28 +0000 (13:41 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 30 Sep 2009 11:41:28 +0000 (13:41 +0200)
commit14bf7270aabcc7af519284b4023f6ad9b7b35749
tree1c6ff9cd24c7ebf7ffeffd570abe4de14f40dd58
parentd710d60c31327f1446a33b1eee8be0fb82d6211b
Fix apibuild.py warnings

Function comments for virStreamEvent{Add,Update,Remove}Callback() are
missing a trailing ':'. Therefore apibuild.py fails to parse the comment
and warns about the missing ':'.

* docs/libvirt-api.xml, docs/libvirt-refs.xml: updated by apibuild.py
* src/libvirt.c: add missing ':' in function comments
docs/libvirt-api.xml
docs/libvirt-refs.xml
src/libvirt.c