Struct
GUPnPAVCDSLastChangeEntry
Description [src]
struct GUPnPCDSLastChangeEntry {
/* No available fields */
}
Opaque struct which contains information about the event.
Instance methods
gupnp_cds_last_change_entry_get_class
Get the UPnP class of the object in this change entry. This is only
valid if gupnp_cds_last_change_entry_get_event()
returns
GUPNP_CDS_LAST_CHANGE_EVENT_OBJECT_ADDED
.
gupnp_cds_last_change_entry_get_event
Get the type of the last change entry as defined in
GUPnPCDSLastChangeEvent
.
gupnp_cds_last_change_entry_get_parent_id
Get the parent object id of the object in this change entry. This is only
valid if gupnp_cds_last_change_entry_get_event()
returns
GUPNP_CDS_LAST_CHANGE_EVENT_OBJECT_ADDED
.
gupnp_cds_last_change_entry_is_subtree_update
Returns whether this entry is part of a subtree update.
gupnp_cds_last_change_entry_unref
Decrease reference count of a GUPnPCDSLastChangeEntry
. If the
reference count drops to 0, entry
is freed.