get_mount_for_uuid
  
  Description:
  public virtual Mount? 
get_mount_for_uuid (
string uuid)
  
 
  
    Finds a Mount object by its UUID (see 
      get_uuid)
    Parameters:
    
      
        | this | a VolumeMonitor. | 
      
        | uuid | the UUID to look for | 
    
    Returns:
    
      
        | a Mount or null if no such mount is available.
              Free the returned object with unref. |