GReturn GCALL GListServers | ( | GCStringOut | servers, |
GSize | servers_len | ||
) |
Uses GUtility(), G_UTIL_GCAPS_LIST_SERVERS to provide a list of all available gcaps services on the local network.
servers | The buffer to hold the list of available gcaps servers |
servers_len | The length of the servers buffer |
This function is used to find a list of available gcaps servers that have made themselves "Discoverable".
The list of available servers are separated by a newline '\n' character.
Definition at line 169 of file gclibo.c.
References G_GCAPS_OPEN_ERROR, G_NO_ERROR, G_UTIL_GCAPS_LIST_SERVERS, and GUtility().