Mount.guessContentTypeFinish

Finishes guessing content types of mount. If any errors occurred during the operation, error will be set to contain the errors and false will be returned. In particular, you may get an gio.types.IOErrorEnum.NotSupported if the mount does not support content guessing.

interface Mount
string[]
guessContentTypeFinish

Parameters

result gio.async_result.AsyncResult

a #GAsyncResult

Return Value

Type: string[]

a null-terminated array of content types or null on error. Caller should free this array with glib.global.strfreev when done with it.