Constructor
ValagirParameternew
Declaration
GirParameter*
gir_parameter_new (
const gchar* name,
gboolean nullable,
gboolean allow_none,
gboolean introspectable,
const gchar* closure,
const gchar* destroy,
GirScope scope,
GirDirection direction,
gboolean caller_allocates,
gboolean optional,
gboolean skip,
GirTransferOwnership transfer_ownership,
GirDocElementsParameters* doc_elements,
GirAnyType* anytype,
GirVarargs* varargs,
GeeList* attributes,
GirXmlReference* source
)
Parameters
name-
Type:
const gchar*No description available.
The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. nullable-
Type:
gbooleanNo description available.
allow_none-
Type:
gbooleanNo description available.
introspectable-
Type:
gbooleanNo description available.
closure-
Type:
const gchar*No description available.
The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. destroy-
Type:
const gchar*No description available.
The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. scope-
Type:
GirScopeNo description available.
direction-
Type:
GirDirectionNo description available.
caller_allocates-
Type:
gbooleanNo description available.
optional-
Type:
gbooleanNo description available.
skip-
Type:
gbooleanNo description available.
transfer_ownership-
Type:
GirTransferOwnershipNo description available.
doc_elements-
Type:
GirDocElementsParametersNo description available.
The data is owned by the caller of the function. anytype-
Type:
GirAnyTypeNo description available.
The argument can be NULL.The data is owned by the caller of the function. varargs-
Type:
GirVarargsNo description available.
The argument can be NULL.The data is owned by the caller of the function. attributes-
Type:
GeeListNo description available.
The data is owned by the caller of the function. source-
Type:
GirXmlReferenceNo description available.
The argument can be NULL.The data is owned by the caller of the function.
Return value
Type: GirParameter
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |