vala-1.0 Reference Manual

Synopsis

public class CCodeTypeDefinition : CCodeNode  {
    public    string                    type_name                 { get; set; } ;
    public    CCodeDeclarator           declarator                { get; set; } ;


    public                              CCodeTypeDefinition       ( string              type,
                                                                    CCodeDeclarator     decl ) ;
}

CCodeTypeDefinition Description

Details

Constructor Details

CCodeTypeDefinition ()
    public                              CCodeTypeDefinition       ( string              type,
                                                                    CCodeDeclarator     decl ) ;		

Field Details

Signal Details

Property Details

type_name
    public    string                    type_name                 { get; set; } ;		

declarator
    public    CCodeDeclarator           declarator                { get; set; } ;		

Method Details


Created by Valadoc