Function
FwupdPlugincommon_strjoin_array
Declaration [src]
gchar*
fu_common_strjoin_array (
const gchar* separator,
GPtrArray* array
)
Description [src]
Joins an array of strings together to form one long string, with the optional separator inserted between each of them.
If array
has no items, the return value will be an empty string.
If array
contains a single item, separator will not appear in the resulting string.
Available since: | 1.5.6 |