Constructor
ValagirMethodnew
Declaration
GirMethod*
gir_method_new (
GirCallableAttrsParameters* callable_attrs,
const gchar* glib_set_property,
const gchar* glib_get_property,
GirInfoElementsParameters* info_elements,
GirParameters* parameters,
GirReturnValue* return_value,
GirXmlReference* source
)
Parameters
callable_attrs
-
Type:
GirCallableAttrsParameters
No description available.
The data is owned by the caller of the function. glib_set_property
-
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_get_property
-
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. info_elements
-
Type:
GirInfoElementsParameters
No description available.
The data is owned by the caller of the function. parameters
-
Type:
GirParameters
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 argument can be NULL
.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: GirMethod
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |