Method

CamelFolderChangeInfoadd_source_list

Declaration [src]

void
camel_folder_change_info_add_source_list (
  CamelFolderChangeInfo* info,
  const GPtrArray* list
)

Description [src]

Add a list of source uid’s for generating a changeset.

Parameters

list

Type: An array of utf8

A list of uids.

The instance takes ownership of the data container, but not the data inside it.
Each element is a NUL terminated UTF-8 string.