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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-fs-gtk_common.h b/src/fs/gnunet-fs-gtk_common.h
index a50367e5..53990378 100644
--- a/src/fs/gnunet-fs-gtk_common.h
+++ b/src/fs/gnunet-fs-gtk_common.h
@@ -60,7 +60,7 @@ GNUNET_FS_GTK_setup_expiration_year_adjustment (GtkBuilder * builder);
60 * time (on midnight, January 1st of that year). 60 * time (on midnight, January 1st of that year).
61 * 61 *
62 * @param spin button with the year 62 * @param spin button with the year
63 * @param time converted from the spin button 63 * @return time converted from the spin button
64 */ 64 */
65struct GNUNET_TIME_Absolute 65struct GNUNET_TIME_Absolute
66GNUNET_FS_GTK_get_expiration_time (GtkSpinButton * spin); 66GNUNET_FS_GTK_get_expiration_time (GtkSpinButton * spin);
@@ -86,7 +86,7 @@ GNUNET_FS_GTK_mmap_and_scan (const char *filename,
86 * 86 *
87 * @param cls closure (the GtkListStore) 87 * @param cls closure (the GtkListStore)
88 * @param plugin_name name of the plugin that produced this value; 88 * @param plugin_name name of the plugin that produced this value;
89 * special values can be used (i.e. '<zlib>' for zlib being 89 * special values can be used (i.e. '\<zlib\>' for zlib being
90 * used in the main libextractor library and yielding 90 * used in the main libextractor library and yielding
91 * meta data). 91 * meta data).
92 * @param type libextractor-type describing the meta data 92 * @param type libextractor-type describing the meta data
@@ -94,7 +94,7 @@ GNUNET_FS_GTK_mmap_and_scan (const char *filename,
94 * @param data_mime_type mime-type of data (not of the original file); 94 * @param data_mime_type mime-type of data (not of the original file);
95 * can be NULL (if mime-type is not known) 95 * can be NULL (if mime-type is not known)
96 * @param data actual meta-data found 96 * @param data actual meta-data found
97 * @param data_len number of bytes in data 97 * @param data_len number of bytes in @a data
98 * @return 0 to continue (always) 98 * @return 0 to continue (always)
99 */ 99 */
100int 100int