]> git.ipfire.org Git - thirdparty/libvirt.git/commit
datatypes: Fix comments
authorMichael Chapman <mike@very.puzzling.org>
Tue, 11 Mar 2014 04:04:59 +0000 (15:04 +1100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 17 Mar 2014 16:32:16 +0000 (17:32 +0100)
commit030cbd6302d9bbc58f88bdcc9d67cbab81428970
tree6fa6f2ed8e89469a1f94ed7c5cd48a18c08855f4
parent41d9246202ebce55f4318a13dcba9425c9131101
datatypes: Fix comments

- As of commit 2ff4c137, all virGet*() functions in datatypes.c always
  return pointers to new objects. Objects are not cached in a
  per-connection hashtable.

- Fix variable names in comments for all vir*Dispose() functions in
  datatypes.c.

- Add comments for virGetStream(), virStreamDispose(),
  virGetDomainSnapshot(), virDomainSnapshotDispose().

Signed-off-by: Michael Chapman <mike@very.puzzling.org>
src/datatypes.c