diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk.h')
-rw-r--r-- | src/fs/gnunet-fs-gtk.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-gtk.h b/src/fs/gnunet-fs-gtk.h index 3b3228f2..4cd76de6 100644 --- a/src/fs/gnunet-fs-gtk.h +++ b/src/fs/gnunet-fs-gtk.h | |||
@@ -63,6 +63,18 @@ GObject * | |||
63 | GNUNET_FS_GTK_get_main_window_object (const char *name); | 63 | GNUNET_FS_GTK_get_main_window_object (const char *name); |
64 | 64 | ||
65 | 65 | ||
66 | /** | ||
67 | * Get the selected anonymity level. | ||
68 | * | ||
69 | * @param builder builder object for the window | ||
70 | * @param combo_name name of the combobox widget to get anonymity from | ||
71 | * @param p_level pointer to a guint to receive the level value | ||
72 | * @return TRUE on success, FALSE on error | ||
73 | */ | ||
74 | gboolean | ||
75 | GNUNET_GTK_get_selected_anonymity_level (GtkBuilder *builder, | ||
76 | gchar *combo_name, guint *p_level); | ||
77 | |||
66 | 78 | ||
67 | #endif | 79 | #endif |
68 | /* end of gnunet-fs-gtk.h */ | 80 | /* end of gnunet-fs-gtk.h */ |