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:
gboolean
No description available.
fixed_size
-
Type:
gint
No description available.
introspectable
-
Type:
gboolean
No 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:
GirAnyType
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: GirArray
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |