build_string_from_mask
Description:
public string build_string_from_mask ()
Builds a string containing a comma-separated list of nicknames for each ModemMode in
mask
.
Parameters:
mask |
bitmask of MMModemMode values.
|
Returns:
a string with the list of nicknames, or null if none given. The returned value should be freed with
g_free.
|