GVirNetwork
GObject ╰── GVirNetwork
const gchar * gvir_network_get_name (GVirNetwork *network);
GVirNetwork *network
const gchar * gvir_network_get_uuid (GVirNetwork *network);
GVirConfigNetwork * gvir_network_get_config (GVirNetwork *network, guint flags, GError **err);
guint flags
GError **err
network
the network
flags
the flags
err
Place-holder for possible errors
the config. The returned object should be unreffed with g_object_unref() when no longer needed.
g_object_unref()
[transfer full]
“handle”
“handle” GVirNetworkHandle *
The network handle.
Flags: Read / Write / Construct Only