![]() |
![]() |
![]() |
libgrss Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
FeedsGroup; FeedsGroup* feeds_group_new (); GList* feeds_group_parse_file (FeedsGroup *group
,const gchar *path
,GError *error
); gboolean feeds_group_export_file (FeedsGroup *group
,GList *channels
,const gchar *path
,GError *error
);
FeedsGroup is an utility to import and export list of FeedChannels in different formats, such as OPML.
FeedsGroup* feeds_group_new ();
Allocates a new FeedsGroup
Returns : |
a new FeedsGroup |
GList* feeds_group_parse_file (FeedsGroup *group
,const gchar *path
,GError *error
);
Parses the given file to obtain list of listed feeds
|
a FeedsGroup |
|
path of the file to parse |
|
location for eventual errors |
Returns : |
a list of FeedChannels, or NULL if an error occours and
error is set
|
gboolean feeds_group_export_file (FeedsGroup *group
,GList *channels
,const gchar *path
,GError *error
);
|
|
|
|
|
|
|
|
Returns : |