from_string
Description:
public static Identity?
from_string (
string str)
throws Error
Creates an object from str that implements the Identity interface.
Parameters:
| str |
A string obtained from to_string.
|
Returns:
|
A Identity or null if
throws is set. Free with unref.
|