get_attribute
Description:
public unowned Variant get_attribute (
string name)
Gets the value of the attribute with name name on this
Parameters:
| this |
the IPRoute
|
| name |
the name of an route attribute
|
Returns:
|
the value of the attribute with name name on this, or null
if this has no such attribute.
|