ContentSerializer
Superclasses: Object
Implemented Interfaces: AsyncResult
- Constructors:
ContentSerializer(**properties)
Methods
- class ContentSerializer
- get_cancellable() Cancellable | None
Gets the cancellable for the current operation.
This is the
GCancellable
that was passed tocontent_serialize_async
.
- get_output_stream() OutputStream
Gets the output stream for the current operation.
This is the stream that was passed to
content_serialize_async
.
- get_priority() int
Gets the I/O priority for the current operation.
This is the priority that was passed to
content_serialize_async
.
- get_task_data() None
Gets the data that was associated with the current operation.
See
set_task_data
.