id_has_field_typed
  
  Description:
  public bool id_has_field_typed (
Quark field, 
Type type)
  
 
  
    Check if this contains a field named field and with GType type.
    Parameters:
    
      
        | this | 
        
           a Structure 
         | 
      
      
        | field | 
        
           Quark of the field name 
         | 
      
      
        | type | 
        
           the type of a value 
         | 
      
    
    Returns:
    
      
        | 
           true if the structure contains a field with the given name and type 
         |