tag_merge_strings_with_comma
Description:
public void tag_merge_strings_with_comma (
Value dest,
Value src)
This is a convenience function for the func argument of tag_register.
It concatenates all given strings using a comma. The tag must be registered as a G_TYPE_STRING or this function will fail.
Parameters:
| dest |
uninitialized GValue to store result in |
| src |
GValue to copy from |