Method

MsgDriveServiceupdate

Declaration [src]

GOutputStream*
msg_drive_service_update (
  MsgDriveService* self,
  MsgDriveItem* item,
  GCancellable* cancellable,
  GError** error
)

Description [src]

Creates an update stream for drive item in order to update it’s content.

Parameters

item MsgDriveItem
 

A drive item.

 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: GOutputStream
 

An output stream.

 The caller of the method takes ownership of the data, and is responsible for freeing it.