list_gio_names
Description:
Get a list of available GIO names for the NetworkMonitor implementations.
The strings can be used in set_gio_name.
Parameters:
this |
Returns:
A newly allocated SList, with newly allocated strings, the GIO names. The SList should be freed with g_slist_free_full (gio_names, g_free); when no longer needed. |