Method
CMRoomset_read_marker_async
Declaration [src]
void
cm_room_set_read_marker_async (
  CmRoom* self,
  CmEvent* fully_read_event,
  CmEvent* read_receipt_event,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Description
No description available.
This method completes asynchronously. Use cm_room_set_read_marker_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
- fully_read_event
- 
            Type: CmEventNo description available. The data is owned by the caller of the method. 
- read_receipt_event
- 
            Type: CmEventNo description available. The data is owned by the caller of the method. 
- callback
- 
            Type: GAsyncReadyCallbackNo description available. The argument can be NULL.
- user_data
- 
            Type: gpointerNo description available. The argument can be NULL.The data is owned by the caller of the method.