Enums¶
Details¶
- class GUPnPAV.CDSLastChangeEvent(value)¶
Bases:
GLib.Enum
- INVALID = 0¶
Invalid
GUPnPAV.CDSLastChangeEntry
.
- OBJECT_ADDED = 1¶
The
GUPnPAV.CDSLastChangeEntry
is an object added event.
- OBJECT_REMOVED = 2¶
The
GUPnPAV.CDSLastChangeEntry
is an object removal event.
- OBJECT_MODIFIED = 3¶
The
GUPnPAV.CDSLastChangeEntry
is an object modification event.
- ST_DONE = 4¶
The
GUPnPAV.CDSLastChangeEntry
is a subtree update done event.
- class GUPnPAV.DIDLLiteFragmentResult(value)¶
Bases:
GLib.Enum
Possible return values of the
GUPnPAV.DIDLLiteObject.apply_fragments
() call.- OK = 0¶
Operation succeeded.
- CURRENT_BAD_XML = 1¶
Current set of fragments is bad XML
- NEW_BAD_XML = 2¶
New set of fragments is bad XML
- CURRENT_INVALID = 3¶
Current set of fragments is invalid
- NEW_INVALID = 4¶
New set of fragments is invalid
- REQUIRED_TAG = 5¶
Trying to remove a required tag
- READONLY_TAG = 6¶
Trying to modify or remove a read-only tag
- MISMATCH = 7¶
Length of the two fragment sets does not match
- UNKNOWN_ERROR = 8¶
General error sink if none of the others applies.
- class GUPnPAV.ProtocolError(value)¶
Bases:
GLib.Enum
GLib.Error
codes used for errors in the #GUPNP_PROTOCOL_ERROR domain, upon any protocol related errors.- INVALID_SYNTAX = 0¶
Invalid syntax.
- OTHER = 1¶
Unknown/unhandled protocol related errors.
- class GUPnPAV.SearchCriteriaOp(value)¶
Bases:
GObject.GEnum
The possible operators in SearchCriteria strings.
- EQ = 271¶
‘=’
- NEQ = 272¶
‘!=’
- LESS = 273¶
‘<’
- LEQ = 274¶
‘<=’
- GREATER = 275¶
‘>’
- GEQ = 276¶
‘>=’
- CONTAINS = 277¶
‘contains’
- DOES_NOT_CONTAIN = 278¶
‘doesNotContain’
- DERIVED_FROM = 279¶
‘derivedFrom’
- EXISTS = 280¶
‘exists’