Place
  
  Description:
  [ 
CCode ( has_construct_function = 
false ) ]
public Place (
string name, 
PlaceType place_type)
  
    Creates a new Place object.
    Parameters:
    
      
        | name | the name of place | 
      
        | place_type | the type of place | 
    
    Returns:
    
      
        | a new Place object. Use 
            unref when done. |