Function

QmiWdsExtendedDataBearerTechnology3gpp2build_string_from_mask

since: 1.18

Declaration [src]

gchar*
qmi_wds_extended_data_bearer_technology_3gpp2_build_string_from_mask (
  QmiWdsExtendedDataBearerTechnology3gpp2 mask
)

Description [src]

Builds a string containing a comma-separated list of nicknames for each QmiWdsExtendedDataBearerTechnology3gpp2 in mask.

Available since: 1.18

Parameters

mask

Type: QmiWdsExtendedDataBearerTechnology3gpp2

Bitmask of QmiWdsExtendedDataBearerTechnology3gpp2 values.

Return value

Type: gchar*

A string with the list of nicknames, or NULL if none given. The returned value should be freed with g_free().

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.