modules_get_slots
  
  Description:
  public List<
Slot> 
modules_get_slots (
List<
Module> modules, 
bool token_present)
  
 
  
    Get a list of slots for across all of the modules.
    Parameters:
    
      
        | modules | 
        
           The modules 
         | 
      
      
        | token_present | 
        
           Whether to only list slots with token present 
         | 
      
    
    Returns:
    
      
        | 
           A list of Slot objects, which should be freed with gck_list_unref_free. 
         |