Method

GIRepositoryCallableInfois_async

unstable since: 2.84

Declaration [src]

gboolean
gi_callable_info_is_async (
  GICallableInfo* info
)

Description [src]

Gets whether a callable is ‘async’. Async callables have a GAsyncReadyCallback parameter and user data.

Available since: 2.84

Return value

Type: gboolean

True if the callable is async.