C# Class Gir2Gapi.Type

Show file Open project: mkestner/gir2gapi

Public Methods

Method Description
Type ( XmlElement elem ) : System
UpdateGapiElement ( XmlElement gapi_elem, bool is_element_type ) : void

Private Methods

Method Description
GetCType ( XmlElement type_elem ) : string
Validate ( ) : void

Method Details

Type() public method

public Type ( XmlElement elem ) : System
elem System.Xml.XmlElement
return System

UpdateGapiElement() public method

public UpdateGapiElement ( XmlElement gapi_elem, bool is_element_type ) : void
gapi_elem System.Xml.XmlElement
is_element_type bool
return void