vala-1.0 Reference Manual

Synopsis

public class CCodeFormalParameter : CCodeNode  {
    public    string                    name                      { get; set; } ;
    public    string                    type_name                 { get; set; } ;
    public    weak bool                 ellipsis                  { get; set; } ;


    public                              CCodeFormalParameter      ( string              n,
                                                                    string              type ) ;
    public                              CCodeFormalParameter.with_ellipsis (  ) ;
}

CCodeFormalParameter Description

Details

Constructor Details

CCodeFormalParameter ()
    public                              CCodeFormalParameter      ( string              n,
                                                                    string              type ) ;		

CCodeFormalParameter.with_ellipsis ()
    public                              CCodeFormalParameter.with_ellipsis (  ) ;		

Field Details

Signal Details

Property Details

name
    public    string                    name                      { get; set; } ;		

type_name
    public    string                    type_name                 { get; set; } ;		

ellipsis
    public    weak bool                 ellipsis                  { get; set; } ;		

Method Details


Created by Valadoc