Method

CamelFolderChangeInfoget_removed_uids

since: 3.24

Declaration [src]

GPtrArray*
camel_folder_change_info_get_removed_uids (
  CamelFolderChangeInfo* info
)

Description [src]

Returns an array of removed messages UIDs. The returned array, the same as its content, is owned by the info.

Available since: 3.24

Return value

Type: An array of utf8

An array of removed UIDs.

The returned data is owned by the instance.
Each element is a NUL terminated UTF-8 string.