aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk-edit_publish_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk-edit_publish_dialog.h')
-rw-r--r--src/fs/gnunet-fs-gtk-edit_publish_dialog.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/src/fs/gnunet-fs-gtk-edit_publish_dialog.h b/src/fs/gnunet-fs-gtk-edit_publish_dialog.h
index 63635212..5473cb42 100644
--- a/src/fs/gnunet-fs-gtk-edit_publish_dialog.h
+++ b/src/fs/gnunet-fs-gtk-edit_publish_dialog.h
@@ -30,10 +30,20 @@
30#include <gnunet/gnunet_fs_service.h> 30#include <gnunet/gnunet_fs_service.h>
31 31
32 32
33typedef void
34(*GNUNET_FS_GTK_edit_publish_dialog_cb) (gpointer cls, int *do_index, char **short_fn,
35 guint * anonymity_level, guint * priority, gchar *root,
36 struct GNUNET_FS_FileInformation *fip, gint ret);
37
38
39/**
40 * Open the dialog to edit file information data.
41 */
33void 42void
34GNUNET_FS_GTK_edit_publish_dialog (int *do_index, char **short_fn, 43GNUNET_FS_GTK_edit_publish_dialog (GtkBuilder *builder, GtkWindow *parent, int *do_index,
35 guint * anonymity_level, guint * priority, 44 char **short_fn, guint * anonymity_level, guint * priority,
36 struct GNUNET_FS_FileInformation *fip); 45 struct GNUNET_FS_FileInformation *fip, gboolean allow_no_keywords,
46 GNUNET_FS_GTK_edit_publish_dialog_cb cb, gpointer cls);
37 47
38#endif 48#endif
39/* end of gnunet-fs-gtk-edit_publish_dialog.h */ 49/* end of gnunet-fs-gtk-edit_publish_dialog.h */