summaryrefslogtreecommitdiff
path: root/gdata/gdata-private.h
diff options
context:
space:
mode:
authorRichard Schwarting <rschwart@src.gnome.org>2009-12-06 17:46:07 +1300
committerRichard Schwarting <rschwart@src.gnome.org>2009-12-06 17:46:07 +1300
commitefc38812b658cf56f4141aa59dd1639b1430adde (patch)
treeac151a1693d1d238d60550634203e6c91b2becce /gdata/gdata-private.h
parenta3ad67db38082514cc85891df305369b3ba7ed98 (diff)
downloadlibgdata-efc38812b658cf56f4141aa59dd1639b1430adde.tar.gz
Bug 598649 — Download API for PicasaWeb images and thumbnails
Add download APIs and infrastructure for GDataMedia and GDataThumbnail
Diffstat (limited to 'gdata/gdata-private.h')
-rw-r--r--gdata/gdata-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdata/gdata-private.h b/gdata/gdata-private.h
index c8d007e7..4114469a 100644
--- a/gdata/gdata-private.h
+++ b/gdata/gdata-private.h
@@ -69,6 +69,8 @@ GDataService *_gdata_documents_service_get_spreadsheet_service (GDataDocumentsSe
#include "gdata-parser.h"
+GFileOutputStream *_gdata_download_stream_find_destination (const gchar *default_filename, GFile *target_dest_file, GFile **actual_dest_file, gboolean replace_file_if_exists, GCancellable *cancellable, GError **error) G_GNUC_WARN_UNUSED_RESULT;
+
G_END_DECLS
#endif /* !GDATA_PRIVATE_H */