list_gio_names


Description:

public SList<string> list_gio_names ()

Get a list of available GIO names for the NetworkMonitor implementations.

The strings can be used in set_gio_name.

Parameters:

this

an NetworkMonitor

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.