get_network


Description:

public Network get_network (string uuid)

Get a particular network which has UUID uuid.

Parameters:

this

a Connection

uuid

UUID of the network to lookup

Returns:

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