CDSLastChangeEntry
Object Hierarchy:
Description:
[ CCode ( ref_function = "gupnp_cds_last_change_entry_ref" , type_id = "gupnp_cds_last_change_entry_get_type ()" , unref_function = "gupnp_cds_last_change_entry_unref" ) ]
[ Compact ]
public class CDSLastChangeEntry
Opaque struct which contains information about the event.
Content:
Methods:
- public CDSLastChangeEntry @ref ()
Increase reference count of a [struct@GUPnPAV.
- public unowned string get_class ()
Get the UPnP class of the object in this change entry.
- public CDSLastChangeEvent get_event ()
Get the type of the last change entry as defined in [enum@GUPnPAV.
- public unowned string get_object_id ()
Get the ID of the object in this change entry.
- public unowned string get_parent_id ()
Get the parent object id of the object in this change entry.
- public uint32 get_update_id ()
Get the update id of the last change entry.
- public bool is_subtree_update ()
Returns whether this entry is part of a subtree update.
- public void unref ()
Decrease reference count of a [struct@GUPnPAV.