Method

GIRepositoryCallableInfoget_finish_function

unstable since: 2.84

Declaration [src]

GICallableInfo*
gi_callable_info_get_finish_function (
  GICallableInfo* info
)

Description [src]

Gets the info for an async function’s corresponding finish function.

Available since: 2.84

Return value

Type: GICallableInfo

A GICallableInfo for the finish function or NULL if not defined.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.