get_interface
Description:
public Interface get_interface (
string name)
Get a particular interface which has name name.
Parameters:
| this |
a Connection
|
| name |
interface name to lookup
|
Returns:
|
A new reference to a Interface, or NULL if no interface exists with name name
. The returned object must be unreffed using unref once
used.
|