vala-1.0 Reference Manual

Synopsis

public class CCodeIdentifier : CCodeExpression  {
    public    string                    name                      { get; construct set; } ;


    public                              CCodeIdentifier           ( string              _name ) ;
}

CCodeIdentifier Description

Details

Constructor Details

CCodeIdentifier ()
    public                              CCodeIdentifier           ( string              _name ) ;		

Field Details

Signal Details

Property Details

name
    public    string                    name                      { get; construct set; } ;		

Method Details


Created by Valadoc