Caller should free this array with [glib.global.strfreev] when done with it.
Mount.guessContentTypeFinish
string[] guessContentTypeFinish(gio.async_result.AsyncResult result)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.
Parameters
result | a #GAsyncResult |
Returns
a null-terminated array of content types or null on error.
Throws
[ErrorWrap]