Method
CMRoomsend_file_async
Declaration [src]
const char*
cm_room_send_file_async (
CmRoom* self,
GFile* file,
const char* body,
GFileProgressCallback progress_callback,
gpointer progress_user_data,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
file-
Type:
GFileNo description available.
The data is owned by the caller of the method. body-
Type:
const char*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. progress_callback-
Type:
GFileProgressCallbackThe callback to run when ready.
progress_user_data-
Type:
gpointerUser data for
progress_callback.The argument can be NULL.The data is owned by the caller of the method. cancellable-
Type:
GCancellableA
GCancellable.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackThe callback to run when ready.
The argument can be NULL. user_data-
Type:
gpointerUser data for
callback.The argument can be NULL.The data is owned by the caller of the method.