Method

MsgDriveServicelist_children

Declaration [src]

GList*
msg_drive_service_list_children (
  MsgDriveService* self,
  MsgDriveItem* item,
  GCancellable* cancellable,
  GError** error
)

Description [src]

Get a list of all files in folder item.

Parameters

item MsgDriveItem
 

A MsgDriveItem.

 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: A list of MsgDriveItem*
 

All items in folder.

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