Constructor
ValagirArraynew
Declaration
GirArray*
gir_array_new (
const gchar* name,
gboolean zero_terminated,
gint fixed_size,
gboolean introspectable,
const gchar* length,
const gchar* c_type,
GirAnyType* anytype,
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. zero_terminated-
Type:
gbooleanNo description available.
fixed_size-
Type:
gintNo description available.
introspectable-
Type:
gbooleanNo description available.
length-
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. c_type-
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. anytype-
Type:
GirAnyTypeNo 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: GirArray
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |