Method

MsgMessageServicedelete

Declaration [src]

gboolean
msg_message_service_delete (
  MsgMessageService* self,
  MsgMessage* message,
  GCancellable* cancellable,
  GError** error
)

Description [src]

Delets #message.

Parameters

message MsgMessage
 

A MsgMessage.

 The data is owned by the caller of the function.
cancellable GCancellable
 

A GCancellable.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE for succes, else &FALSE.