enum
   Gio::PasswordSave
 
  Overview
#GPasswordSave is used to indicate the lifespan of a saved password.
#Gvfs stores passwords in the Gnome keyring when this flag allows it to, and later retrieves it again from there.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/gio.crEnum Members
- 
        Never = 0_u32
- 
        never save a password. 
- 
        ForSession = 1_u32
- 
        save a password for the session. 
- 
        Permanently = 2_u32
- 
        save a password permanently. 
Class Method Summary
- 
        .g_type : UInt64
        
          Returns the type id (GType) registered in GLib type system. 
Instance Method Summary
- 
        #for_session?
        
          Returns trueif this enum value equalsForSession
- 
        #never?
        
          Returns trueif this enum value equalsNever
- 
        #permanently?
        
          Returns trueif this enum value equalsPermanently
Class methods inherited from struct Enum
  
  
    
      g_type : UInt64
    g_type
    
  
      
    
      
      
      
      
    
      
      
      
      
    
      
      
      
      
    
  Class Method Detail
Returns the type id (GType) registered in GLib type system.