Constructor
ValagirVirtualMethodnew
Declaration
GirVirtualMethod*
gir_virtual_method_new (
GirCallableAttrsParameters* callable_attrs,
const gchar* invoker,
gboolean glib_static,
GirInfoElementsParameters* info_elements,
GirParameters* parameters,
GirReturnValue* return_value,
GirXmlReference* source
)
Parameters
callable_attrs-
Type:
GirCallableAttrsParametersNo description available.
The data is owned by the caller of the function. invoker-
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. glib_static-
Type:
gbooleanNo description available.
info_elements-
Type:
GirInfoElementsParametersNo description available.
The data is owned by the caller of the function. parameters-
Type:
GirParametersNo description available.
The argument can be NULL.The data is owned by the caller of the function. return_value-
Type:
GirReturnValueNo description available.
The argument can be NULL.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: GirVirtualMethod
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |