]> git.ipfire.org Git - thirdparty/libvirt.git/commit
datatypes: Declare g_autoptr cleanup functions for more public objects
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 18 Apr 2024 07:19:52 +0000 (09:19 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 7 May 2024 11:03:19 +0000 (13:03 +0200)
commite6a55927878ab560b80926e91584b02cb07fbe69
treeac9dca35083df4b2780aab403328e138a16a5bd2
parentda95bcb6b2d9b04958e0f2603202801dd29debb8
datatypes: Declare g_autoptr cleanup functions for more public objects

Some public objects (like virDomain, virInterface, and so on) are
missing g_autoptr() cleanup functions. Provide missing
declarations. Note, this is only for our internal use - hence
datatypes.h.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/datatypes.h