diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2009-04-01 18:40:55 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2009-04-01 18:40:55 +0100 |
commit | 48ce93902fc9dd6684e14830c07199ac830c30af (patch) | |
tree | e2f158c82d3f56c97d6f0d53e7eec0ec9faab2cd /gdata/gdata-feed.h | |
parent | 3694f62b4eb92d16d68561790ce7b209cf86e904 (diff) | |
download | libgdata-48ce93902fc9dd6684e14830c07199ac830c30af.tar.gz |
Rename some functions from "lookup" -> "look_up".
Diffstat (limited to 'gdata/gdata-feed.h')
-rw-r--r-- | gdata/gdata-feed.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/gdata-feed.h b/gdata/gdata-feed.h index 2326b711..5acefdb4 100644 --- a/gdata/gdata-feed.h +++ b/gdata/gdata-feed.h @@ -63,7 +63,7 @@ GType gdata_feed_get_type (void); GList *gdata_feed_get_entries (GDataFeed *self); GList *gdata_feed_get_categories (GDataFeed *self); GList *gdata_feed_get_links (GDataFeed *self); -GDataLink *gdata_feed_lookup_link (GDataFeed *self, const gchar *rel); +GDataLink *gdata_feed_look_up_link (GDataFeed *self, const gchar *rel); GList *gdata_feed_get_authors (GDataFeed *self); const gchar *gdata_feed_get_title (GDataFeed *self); |