merge_sync


Description:

public void merge_sync (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

n_uuids

the number of uuids