aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_download-save-as.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_download-save-as.h')
-rw-r--r--src/fs/gnunet-fs-gtk_download-save-as.h22
1 files changed, 17 insertions, 5 deletions
diff --git a/src/fs/gnunet-fs-gtk_download-save-as.h b/src/fs/gnunet-fs-gtk_download-save-as.h
index db0f8018..9dae7d1a 100644
--- a/src/fs/gnunet-fs-gtk_download-save-as.h
+++ b/src/fs/gnunet-fs-gtk_download-save-as.h
@@ -43,16 +43,28 @@ GNUNET_FS_GTK_download_context_start_download (struct DownloadEntry *de);
43 43
44 44
45/** 45/**
46 * Open the 'save as' dialog for a download. Calls 46 * Open the 'save as' dialog for a download. Calls the 'dc->cb'
47 * 'GNUNET_FS_GTK_download_context_start_download' when the dialog is 47 * continutation when the dialog is complete. Will release the 'dc'
48 * complete. Will release the 'dc' resources if the dialog is 48 * resources if the dialog is cancelled.
49 * cancelled. 49 * Pressing 'Save' button will initiate the download.
50 * 50 *
51 * @param dc download context for the file/directory 51 * @param de download context for the file/directory
52 */ 52 */
53void 53void
54GNUNET_FS_GTK_open_download_as_dialog (struct DownloadEntry *de); 54GNUNET_FS_GTK_open_download_as_dialog (struct DownloadEntry *de);
55 55
56/**
57 * Open the 'save as' dialog for a download. Calls the 'dc->cb'
58 * continutation when the dialog is complete. Will release the 'dc'
59 * resources if the dialog is cancelled.
60 * Pressing 'Save' button will change selected directory and
61 * file name in download panel, but will not initiate the download.
62 *
63 * @param de download context for the file/directory
64 */
65void
66GNUNET_FS_GTK_open_change_download_name_dialog (struct DownloadEntry *de);
67
56 68
57/** 69/**
58 * Free resources associated with the given download entry. 70 * Free resources associated with the given download entry.