merge
Description:
Merges the two given lists into a new list.
If one of the lists is null
, a copy of the other is returned. If both lists are null
, null
is returned.
Free-function: gst_tag_list_unref
Parameters:
this |
first list to merge |
list2 |
second list to merge |
mode |
the mode to use |
Returns:
the new list |