Class

GUPnPAVDIDLLiteCreateClass

unstable since: 1.0

Description [src]

class GUPnPAV.DIDLLiteCreateClass : GObject.Object
{
  /* No available fields */
}

DIDL-Lite CreateClass

GUPnPDIDLLiteCreateClass respresents a DIDL-Lite create class element.

Available since: 1.0

Ancestors

Instance methods

gupnp_didl_lite_create_class_get_content

Get the content of the create_class.

unstable since: 1.0

gupnp_didl_lite_create_class_get_friendly_name

Get the friendly name of the create_class.

unstable since: 1.0

gupnp_didl_lite_create_class_get_include_derived

Checks whether create_class can be derived.

unstable since: 1.0

gupnp_didl_lite_create_class_get_xml_node

Get the pointer to relevant node in XML document.

unstable since: 1.0

gupnp_didl_lite_create_class_set_content

Set the content of the create_class.

unstable since: 1.0

gupnp_didl_lite_create_class_set_friendly_name

Set the friendly name of the create_class.

unstable since: 1.0

gupnp_didl_lite_create_class_set_include_derived

(Un)set the derivability of create_class.

unstable since: 1.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

GUPnPAV.DIDLLiteCreateClass:content

The content of this create Class.

unstable since: 1.0

GUPnPAV.DIDLLiteCreateClass:friendly-name

The friendly name of this create Class.

unstable since: 1.0

GUPnPAV.DIDLLiteCreateClass:include-derived

Whether this create Class can be derived.

unstable since: 1.0

GUPnPAV.DIDLLiteCreateClass:xml-doc

The reference to XML document containing this object.

unstable since: 1.0

GUPnPAV.DIDLLiteCreateClass:xml-node

The pointer to desc node in XML document.

unstable since: 1.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

unstable since: 2.0

Class structure

struct GUPnPAVDIDLLiteCreateClassClass {
  GObjectClass parent_class;
  void (* _gupnp_reserved1) (
void
  );
  void (* _gupnp_reserved2) (
void
  );
  void (* _gupnp_reserved3) (
void
  );
  void (* _gupnp_reserved4) (
void
  );
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.
_gupnp_reserved1: void (* _gupnp_reserved1) ( void )
No description available.
_gupnp_reserved2: void (* _gupnp_reserved2) ( void )
No description available.
_gupnp_reserved3: void (* _gupnp_reserved3) ( void )
No description available.
_gupnp_reserved4: void (* _gupnp_reserved4) ( void )
No description available.