Loading/saving properties from/to configuration files.  
More...
Loading/saving properties from/to configuration files. 
◆ pw_conf_load_conf()
      
        
          | int pw_conf_load_conf  | 
          ( | 
          const char *  | 
          prefix,  | 
        
        
           | 
           | 
          const char *  | 
          name,  | 
        
        
           | 
           | 
          struct pw_properties *  | 
          conf  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ pw_conf_load_state()
      
        
          | int pw_conf_load_state  | 
          ( | 
          const char *  | 
          prefix,  | 
        
        
           | 
           | 
          const char *  | 
          name,  | 
        
        
           | 
           | 
          struct pw_properties *  | 
          conf  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ pw_conf_save_state()
      
        
          | int pw_conf_save_state  | 
          ( | 
          const char *  | 
          prefix,  | 
        
        
           | 
           | 
          const char *  | 
          name,  | 
        
        
           | 
           | 
          const struct pw_properties *  | 
          conf  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ pw_context_parse_conf_section()
      
        
          | int pw_context_parse_conf_section  | 
          ( | 
          struct pw_context *  | 
          context,  | 
        
        
           | 
           | 
          struct pw_properties *  | 
          conf,  | 
        
        
           | 
           | 
          const char *  | 
          section  | 
        
        
           | 
          ) | 
           |  |