enum
   Gio::MountOperationResult
 
  Overview
#GMountOperationResult is returned as a result when a request for information is send by the mounting operation.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/gio.crEnum Members
- 
        Handled = 
0_u32 - 
        
The request was fulfilled and the user specified data is now available
 - 
        Aborted = 
1_u32 - 
        
The user requested the mount operation to be aborted
 - 
        Unhandled = 
2_u32 - 
        
The request was unhandled (i.e. not implemented)
 
Class Method Summary
- 
        .g_type : UInt64
        
          
Returns the type id (GType) registered in GLib type system.
 
Instance Method Summary
- 
        #aborted?
        
          
Returns
trueif this enum value equalsAborted - 
        #handled?
        
          
Returns
trueif this enum value equalsHandled - 
        #unhandled?
        
          
Returns
trueif this enum value equalsUnhandled 
Class methods inherited from struct Enum
  
  
    
      g_type : UInt64
    g_type
    
  
      
    
      
      
      
      
    
      
      
      
      
    
      
      
      
      
    
  Class Method Detail
Returns the type id (GType) registered in GLib type system.