mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-04-01 20:05:19 +00:00
datatypes: Register autoptr cleanup for virSecret
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
6d661329dd
commit
a754ee59d8
@ -720,6 +720,7 @@ struct _virSecret {
|
||||
char *usageID; /* the usage's unique identifier */
|
||||
};
|
||||
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(virSecret, virObjectUnref);
|
||||
|
||||
typedef int (*virStreamAbortFunc)(virStreamPtr, void *opaque);
|
||||
typedef int (*virStreamFinishFunc)(virStreamPtr, void *opaque);
|
||||
|
Loading…
x
Reference in New Issue
Block a user