GVirInterface

GVirInterface

Synopsis

struct              GVirInterface;
struct              GVirInterfaceClass;
GVirConfigInterface * gvir_interface_get_config         (GVirInterface *iface,
                                                         guint flags,
                                                         GError **err);
const gchar *       gvir_interface_get_name             (GVirInterface *iface);

Object Hierarchy

  GObject
   +----GVirInterface

Properties

  "handle"                   GVirInterfaceHandle*  : Read / Write / Construct Only

Description

Details

struct GVirInterface

struct GVirInterface;

struct GVirInterfaceClass

struct GVirInterfaceClass {
    GObjectClass parent_class;

    gpointer padding[20];
};

gvir_interface_get_config ()

GVirConfigInterface * gvir_interface_get_config         (GVirInterface *iface,
                                                         guint flags,
                                                         GError **err);

iface :

the interface

flags :

the flags Returns: (transfer full): the config

gvir_interface_get_name ()

const gchar *       gvir_interface_get_name             (GVirInterface *iface);

Property Details

The "handle" property

  "handle"                   GVirInterfaceHandle*  : Read / Write / Construct Only

The interface handle.