GUPnPDevice

GUPnPDevice — Class for device implementations.

Synopsis

                    GUPnPDevice;

Object Hierarchy

  GObject
   +----GUPnPDeviceInfo
         +----GUPnPDevice
               +----GUPnPRootDevice

Properties

  "root-device"              GUPnPRootDevice*      : Read / Write / Construct Only

Description

GUPnPDevice allows for retrieving a device's subdevices and services. GUPnPDevice implements the GUPnPDeviceInfo interface.

Details

GUPnPDevice

typedef struct _GUPnPDevice GUPnPDevice;

This struct contains private data only, and should be accessed using the functions below.

Property Details

The "root-device" property

  "root-device"              GUPnPRootDevice*      : Read / Write / Construct Only

The containing GUPnPRootDevice, or NULL if this is the root device.