GMountIface.guessContentTypeSync

struct GMountIface
extern (C)
char** function(GMount* mount, int forceRescan, GCancellable* cancellable, GError** err) guessContentTypeSync;

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.