MountT.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 G_IO_ERROR_NOT_SUPPORTED if the mount does not support content guessing.

template MountT(TStruct)
string[]
guessContentTypeFinish

Parameters

result AsyncResultIF

Return Value

Type: string[]

a NULL-terminated array of content types or NULL on error. Caller should free this array with g_strfreev() when done with it.

Throws

GException on failure.

Meta

Since

2.18