GVolumeIface.getMount

struct GVolumeIface
extern (C)
GMount* function(GVolume* volume) getMount;

Return Value

a #GMount or %NULL if @volume isn't mounted. The returned object should be unreffed with g_object_unref() when no longer needed.

Meta