Method

GioAsyncResultget_user_data

Declaration

gpointer
g_async_result_get_user_data (
  GAsyncResult* res
)

Description

Gets the user data from a GAsyncResult.

Return value

Type: gpointer

The user data for res.

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