FeedChannel.from_file


Description:

[ CCode ( has_construct_function = false ) ]
public FeedChannel.from_file (string path) throws Error

Allocates a new FeedChannel and init it with contents found in specified file.

Parameters:

path

path of the file to parse.

Returns:

a FeedChannel, or null if the file in path is not a valid document.