diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2009-03-01 00:43:55 +0000 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2009-03-01 00:43:55 +0000 |
commit | 348277440991e68bc6d100b27aa0908204870f67 (patch) | |
tree | ad14b3dce05e6ff97685554a6429cfed8c0d4a10 /gdata/gdata-feed.h | |
parent | b33d07bb83d52a0d5dcb38e41941c08d9092a7a6 (diff) | |
download | libgdata-348277440991e68bc6d100b27aa0908204870f67.tar.gz |
Fixes and additions to calendar event feed parsing.
Diffstat (limited to 'gdata/gdata-feed.h')
-rw-r--r-- | gdata/gdata-feed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdata/gdata-feed.h b/gdata/gdata-feed.h index 10590e94..dee15ee1 100644 --- a/gdata/gdata-feed.h +++ b/gdata/gdata-feed.h @@ -54,6 +54,7 @@ GList *gdata_feed_get_links (GDataFeed *self); GList *gdata_feed_get_authors (GDataFeed *self); const gchar *gdata_feed_get_title (GDataFeed *self); +const gchar *gdata_feed_get_subtitle (GDataFeed *self); const gchar *gdata_feed_get_id (GDataFeed *self); void gdata_feed_get_updated (GDataFeed *self, GTimeVal *updated); const gchar *gdata_feed_get_logo (GDataFeed *self); |