Virtual Method

GdkContentProviderwrite_mime_type_finish

Declaration [src]

gboolean
write_mime_type_finish (
  GdkContentProvider* provider,
  GAsyncResult* result,
  GError** error
)

Description [src]

Finishes an asynchronous write operation.

See gdk_content_provider_write_mime_type_async().

Parameters

result GAsyncResult
 

A GAsyncResult

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if the operation was completed successfully. Otherwise error will be set to describe the failure.