Constructor
ValagirReturnValuenew
Declaration
GirReturnValue*
gir_return_value_new (
gboolean introspectable,
gboolean nullable,
const gchar* closure,
GirScope scope,
const gchar* destroy,
gboolean skip,
gboolean allow_none,
GirTransferOwnership transfer_ownership,
GirDocElementsParameters* doc_elements,
GeeList* attributes,
GirAnyType* anytype,
GirXmlReference* source
)
Parameters
introspectable
-
Type:
gboolean
No description available.
nullable
-
Type:
gboolean
No 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. scope
-
Type:
GirScope
No description available.
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. skip
-
Type:
gboolean
No description available.
allow_none
-
Type:
gboolean
No description available.
transfer_ownership
-
Type:
GirTransferOwnership
No description available.
doc_elements
-
Type:
GirDocElementsParameters
No description available.
The data is owned by the caller of the function. attributes
-
Type:
GeeList
No description available.
The data is owned by the caller of the function. 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: GirReturnValue
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |