merge


Description:

public async void merge (string? decoration, string? separator, string[] uuids) throws Error

Merge some history entries

If decoration is " and separator is , and entries are foo bar baz result will be "foo","bar","baz"

Parameters:

this

a Client instance

decoration

the decoration to apply to each entry

separator

the separator to add between each entry

uuids

the uuids of the elements we want to get

callback

A TaskReadyCallback to call when the request is satisfied or null if you don't care about the result of the method invocation.

n_uuids

the number of uuids

user_data

The data to pass to callback.