[libvirt] [glib PATCH 1/2] gobject: remove use of G_PARAM_PRIVATE

Daniel P. Berrangé berrange at redhat.com
Mon Aug 19 13:47:33 UTC 2019


This enum field is a deprecated synonym for G_PARAM_STATIC_NAME
which is already set by G_PARAM_STATIC_STRINGS.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 libvirt-gobject/libvirt-gobject-network-dhcp-lease.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libvirt-gobject/libvirt-gobject-network-dhcp-lease.c b/libvirt-gobject/libvirt-gobject-network-dhcp-lease.c
index 9c40288..1824138 100644
--- a/libvirt-gobject/libvirt-gobject-network-dhcp-lease.c
+++ b/libvirt-gobject/libvirt-gobject-network-dhcp-lease.c
@@ -121,7 +121,6 @@ static void gvir_network_dhcp_lease_class_init(GVirNetworkDHCPLeaseClass *klass)
                                                          "The lease handle",
                                                          G_PARAM_READWRITE |
                                                          G_PARAM_CONSTRUCT_ONLY |
-                                                         G_PARAM_PRIVATE |
                                                          G_PARAM_STATIC_STRINGS));
 }
 
-- 
2.23.0.rc2




More information about the libvir-list mailing list