GMountIface.guessContentTypeFinish

struct GMountIface
extern (C)
char** function(GMount* mount, GAsyncResult* result, GError** err) guessContentTypeFinish;

Return Value

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.