![]() |
![]() |
![]() |
Libvirt-gobject Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
struct GVirNetwork; struct GVirNetworkClass; const gchar * gvir_network_get_name (GVirNetwork *network
); const gchar * gvir_network_get_uuid (GVirNetwork *network
); GVirConfigNetwork * gvir_network_get_config (GVirNetwork *network
,guint flags
,GError **err
);
struct GVirNetworkClass { GObjectClass parent_class; void (*started)(GVirNetwork *net); void (*stopped)(GVirNetwork *net); gpointer padding[20]; };
GVirConfigNetwork * gvir_network_get_config (GVirNetwork *network
,guint flags
,GError **err
);
|
the network |
|
the flags |
|
Place-holder for possible errors |
Returns : |
the config. The returned object should be
unreffed with g_object_unref() when no longer needed. [transfer full]
|