FeedChannel.from_memory
Description:
[ CCode ( has_construct_function = false ) ]
public FeedChannel.from_memory (string data) throws Error
public FeedChannel.from_memory (string data) throws Error
Allocates a new FeedChannel and init it with contents found in specified memory block.
Parameters:
data |
string to parse. |
Returns:
a FeedChannel, or null if an error occurs. |