X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-maemo-utils.h;h=186c7fe68450548afff6adcc8892f55087c9342a;hb=e6a0e3bbcc1bc1627737c4ea1fc0c8903bdc7a9d;hp=9f1735f08b5856fc43497a5e4780aa1b6e779cce;hpb=6bab4bfef92fef73852d6acd51d1ebf381a338e4;p=modest diff --git a/src/maemo/modest-maemo-utils.h b/src/maemo/modest-maemo-utils.h index 9f1735f..186c7fe 100644 --- a/src/maemo/modest-maemo-utils.h +++ b/src/maemo/modest-maemo-utils.h @@ -78,13 +78,14 @@ gboolean modest_maemo_utils_file_exists (const gchar *filename); /** * modest_maemo_utils_create_temp_stream: + * @extension: a string with the extension the file should get, or %NULL * @path: a string with the created file path * * Creates a temporary fs stream * * Returns: a #TnyFsStream, or %NULL if operation failed. */ -TnyFsStream *modest_maemo_utils_create_temp_stream (gchar **path); +TnyFsStream *modest_maemo_utils_create_temp_stream (const gchar *extension, gchar **path); /** * modest_protocol_info_protocol_is_local_store: