Component.from_string
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "1.0" ) ]
public Component.from_string (string str)
Creates a new Component based on a string.
Parameters:
str |
The string used to create Component
|
Returns:
The newly created Component based on str .
|