Function
Gdkcontent_serialize_async
Declaration [src]
void
gdk_content_serialize_async (
  GOutputStream* stream,
  const char* mime_type,
  const GValue* value,
  int io_priority,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Description [src]
Serialize content and write it to the given output stream, asynchronously.
The default I/O priority is G_PRIORITY_DEFAULT (i.e. 0), and lower numbers
indicate a higher priority.
Parameters
- stream
- 
            Type: GOutputStreamA GOutputStreamto write the serialized content to.The data is owned by the caller of the function. 
- mime_type
- 
            Type: const char*The mime type to serialize to. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- value
- 
            Type: GValueThe content to serialize. The data is owned by the caller of the function. 
- io_priority
- 
            Type: intThe I/O priority of the operation. 
- cancellable
- 
            Type: GCancellableOptional GCancellableobject.The argument can be NULL.The data is owned by the caller of the function. 
- callback
- 
            Type: GAsyncReadyCallbackCallback to call when the operation is done. The argument can be NULL.
- user_data
- 
            Type: gpointerData to pass to the callback function. The argument can be NULL.The data is owned by the caller of the function.