Constructor

ValagirFunctionInlinenew

Declaration

GirFunctionInline*
gir_function_inline_new (
  GirCallableAttrsParameters* callable_attrs,
  GirParameters* parameters,
  GirReturnValue* return_value,
  GirDocElementsParameters* doc_elements,
  GirXmlReference* source
)

Description

No description available.

Parameters

callable_attrs

Type: GirCallableAttrsParameters

No description available.

The data is owned by the caller of the function.
parameters

Type: GirParameters

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
return_value

Type: GirReturnValue

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
doc_elements

Type: GirDocElementsParameters

No description available.

The data is owned by the caller of the function.
source

Type: GirXmlReference

No description available.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: GirFunctionInline

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.