diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2009-04-09 16:24:56 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2009-04-09 16:24:56 +0100 |
commit | 41443aa559334b709b0e5d310096455b258cbdc9 (patch) | |
tree | ea2021521534974e70632e46c778bdbd980e24f8 /gdata/gdata-service.h | |
parent | 5657b4d6013f16700bd205a85963572b98c62522 (diff) | |
download | libgdata-41443aa559334b709b0e5d310096455b258cbdc9.tar.gz |
Return the updated entry when inserting an entry.
A few fixes for previous commits.
Diffstat (limited to 'gdata/gdata-service.h')
-rw-r--r-- | gdata/gdata-service.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdata/gdata-service.h b/gdata/gdata-service.h index 4d53e4c6..70d35612 100644 --- a/gdata/gdata-service.h +++ b/gdata/gdata-service.h @@ -173,7 +173,8 @@ void gdata_service_query_async (GDataService *self, const gchar *feed_uri, GData GAsyncReadyCallback callback, gpointer user_data); GDataFeed *gdata_service_query_finish (GDataService *self, GAsyncResult *async_result, GError **error); -gboolean gdata_service_insert_entry (GDataService *self, const gchar *upload_uri, GDataEntry *entry, GCancellable *cancellable, GError **error); +GDataEntry *gdata_service_insert_entry (GDataService *self, const gchar *upload_uri, GDataEntry *entry, GDataEntryParserFunc parser_func, + GCancellable *cancellable, GError **error); /* TODO: async versions */ gboolean gdata_service_is_authenticated (GDataService *self); |