![]() |
![]() |
![]() |
Libvirt-gobject Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
struct GVirInterface; struct GVirInterfaceClass; const gchar * gvir_interface_get_name (GVirInterface *iface
); GVirConfigInterface * gvir_interface_get_config (GVirInterface *iface
,guint flags
,GError **err
);
struct GVirInterfaceClass { GObjectClass parent_class; gpointer padding[20]; };
GVirConfigInterface * gvir_interface_get_config (GVirInterface *iface
,guint flags
,GError **err
);
|
the interface |
|
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]
|