vala-1.0 Reference Manual

Synopsis

public class CCodeStruct : CCodeNode  {
    public    string                    name                      { get; set; } ;


    public                              CCodeStruct               ( string              name ) ;


    public    void                      add_declaration           ( CCodeDeclaration    decl ) ;
    public    void                      add_field                 ( string              type_name,
                                                                    string              name ) ;
}

CCodeStruct Description

Details

Constructor Details

CCodeStruct ()
    public                              CCodeStruct               ( string              name ) ;		

Field Details

Signal Details

Property Details

name
    public    string                    name                      { get; set; } ;		

Method Details

add_declaration ()
    public    void                      add_declaration           ( CCodeDeclaration    decl ) ;		

add_field ()
    public    void                      add_field                 ( string              type_name,
                                                                    string              name ) ;		


Created by Valadoc