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:
gboolean
No description available.
doc_elements
-
Type:
GirDocElementsParameters
No description available.
The data is owned by the caller of the function. anytypes
-
Type:
GeeList
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: GirTypeRef
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |