Method

MsgDriveServicedelete

Declaration [src]

gboolean
msg_drive_service_delete (
  MsgDriveService* self,
  MsgDriveItem* item,
  GCancellable* cancellable,
  GError** error
)

Description [src]

Deletes item.

Parameters

item MsgDriveItem
 

A MsgDriveItem.

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

A cancellable.

 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 when item has been deleted, otherwise FALSE.