find_network_by_name


Description:

public Network find_network_by_name (string name)

Get a particular network which has name name.

Parameters:

this

a Connection

name

name of the network to search for

Returns:

A new reference to a Network, or NULL if no network exists with name name. The returned object must be unreffed using unref once used.