Constructor
ValagirTypeRefnew
Declaration
GirTypeRef*
gir_typeref_new (
const gchar* name,
const gchar* c_type,
gboolean introspectable,
GirDocElementsParameters* doc_elements,
GeeList* anytypes,
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. 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. introspectable-
Type:
gbooleanNo description available.
doc_elements-
Type:
GirDocElementsParametersNo description available.
The data is owned by the caller of the function. anytypes-
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: GirTypeRef
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |