public class CCodeMethodBinding : CCodeBinding {
public Method method { get; set; } ;
public weak bool has_wrapper { get; } ;
public CCodeMethodBinding ( CCodeGenerator codegen,
Method method ) ;
public void generate_cparameters ( Method m,
DataType creturn_type,
Gee.Map< int CCodeFormalParameter > cparam_map,
CCodeFunction func,
CCodeFunctionDeclarator? vdeclarator = null ) ;
}

public CCodeMethodBinding ( CCodeGenerator codegen,
Method method ) ;
public Method method { get; set; } ;
public weak bool has_wrapper { get; } ;
public void generate_cparameters ( Method m,
DataType creturn_type,
Gee.Map< int CCodeFormalParameter > cparam_map,
CCodeFunction func,
CCodeFunctionDeclarator? vdeclarator = null ) ;
Created by Valadoc