libvirt/src/remote
Michal Privoznik c2a5a4e7ea virstring: Unify string list function names
We have couple of functions that operate over NULL terminated
lits of strings. However, our naming sucks:

virStringJoin
virStringFreeList
virStringFreeListCount
virStringArrayHasString
virStringGetFirstWithPrefix

We can do better:

virStringListJoin
virStringListFree
virStringListFreeCount
virStringListHasString
virStringListGetFirstWithPrefix

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2016-11-25 13:54:05 +01:00
..
lxc_protocol.x
qemu_protocol.x
remote_driver.c virstring: Unify string list function names 2016-11-25 13:54:05 +01:00
remote_driver.h
remote_protocol.x remote: Increase bound limit for virDomainGetBlockIoTune 2016-10-04 14:35:17 -04:00