aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk-common.h')
-rw-r--r--src/fs/gnunet-fs-gtk-common.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/fs/gnunet-fs-gtk-common.h b/src/fs/gnunet-fs-gtk-common.h
index f7ad5ab2..1c9b0392 100644
--- a/src/fs/gnunet-fs-gtk-common.h
+++ b/src/fs/gnunet-fs-gtk-common.h
@@ -42,12 +42,15 @@ GNUNET_FS_GTK_get_thumbnail_from_meta_data (const struct
42 GNUNET_CONTAINER_MetaData *meta); 42 GNUNET_CONTAINER_MetaData *meta);
43 43
44 44
45
45/** 46/**
47 * Initialize the 'expiration_year_adjustment' of the given
48 * builder to have a lower range of current-year+1 and a
49 * default of current-year+2.
46 * FIXME: odd API... 50 * FIXME: odd API...
47 * Setup the expiration year adjustment to start with the
48 * next year and default to next year plus one.
49 * 51 *
50 * @param builder 52 * @param builder builder object for which we should manipulate
53 * the adjustment
51 */ 54 */
52void 55void
53GNUNET_FS_GTK_setup_expiration_year_adjustment (GtkBuilder * builder); 56GNUNET_FS_GTK_setup_expiration_year_adjustment (GtkBuilder * builder);