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