OsinfoDevice

OsinfoDevice — A hardware device

Synopsis

struct              OsinfoDevice;
struct              OsinfoDeviceClass;
                    OsinfoDevicePrivate;
OsinfoDevice *      osinfo_device_new                   (const gchar *id);

Object Hierarchy

  GObject
   +----OsinfoEntity
         +----OsinfoDevice

Description

OsinfoDevice is an entity representing some kind of hardware device. Devices can be associated with operating systems and platforms.

Details

struct OsinfoDevice

struct OsinfoDevice;

struct OsinfoDeviceClass

struct OsinfoDeviceClass {
    OsinfoEntityClass parent_class;

    /* class members */
};

OsinfoDevicePrivate

typedef struct _OsinfoDevicePrivate OsinfoDevicePrivate;

osinfo_device_new ()

OsinfoDevice *      osinfo_device_new                   (const gchar *id);

See Also

OsinfoOs, OsinfoPlatform