ContentDeserializer
Superclasses: Object
Implemented Interfaces: AsyncResult
- Constructors:
ContentDeserializer(**properties)
Methods
- class ContentDeserializer
- get_cancellable() Cancellable | None
Gets the cancellable for the current operation.
This is the
GCancellable
that was passed tocontent_deserialize_async
.
- get_input_stream() InputStream
Gets the input stream for the current operation.
This is the stream that was passed to
content_deserialize_async
.
- get_priority() int
Gets the I/O priority for the current operation.
This is the priority that was passed to
content_deserialize_async
.
- get_task_data() None
Gets the data that was associated with the current operation.
See
set_task_data
.