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.h27
1 files changed, 13 insertions, 14 deletions
diff --git a/src/fs/gnunet-fs-gtk-common.h b/src/fs/gnunet-fs-gtk-common.h
index a24d0126..b523c911 100644
--- a/src/fs/gnunet-fs-gtk-common.h
+++ b/src/fs/gnunet-fs-gtk-common.h
@@ -38,7 +38,8 @@
38 * @return NULL on error, otherwise the embedded thumbnail 38 * @return NULL on error, otherwise the embedded thumbnail
39 */ 39 */
40GdkPixbuf * 40GdkPixbuf *
41GNUNET_FS_GTK_get_thumbnail_from_meta_data (const struct GNUNET_CONTAINER_MetaData *meta); 41GNUNET_FS_GTK_get_thumbnail_from_meta_data (const struct
42 GNUNET_CONTAINER_MetaData *meta);
42 43
43 44
44/** 45/**
@@ -49,7 +50,7 @@ GNUNET_FS_GTK_get_thumbnail_from_meta_data (const struct GNUNET_CONTAINER_MetaDa
49 * @param builder 50 * @param builder
50 */ 51 */
51void 52void
52GNUNET_FS_GTK_setup_expiration_year_adjustment (GtkBuilder *builder); 53GNUNET_FS_GTK_setup_expiration_year_adjustment (GtkBuilder * builder);
53 54
54 55
55/** 56/**
@@ -59,8 +60,8 @@ GNUNET_FS_GTK_setup_expiration_year_adjustment (GtkBuilder *builder);
59 * @param spin button with the year 60 * @param spin button with the year
60 * @param time converted from the spin button 61 * @param time converted from the spin button
61 */ 62 */
62struct GNUNET_TIME_Absolute 63struct GNUNET_TIME_Absolute
63GNUNET_FS_GTK_get_expiration_time (GtkSpinButton *spin); 64GNUNET_FS_GTK_get_expiration_time (GtkSpinButton * spin);
64 65
65 66
66/** 67/**
@@ -73,8 +74,8 @@ GNUNET_FS_GTK_get_expiration_time (GtkSpinButton *spin);
73 */ 74 */
74void 75void
75GNUNET_FS_GTK_mmap_and_scan (const char *filename, 76GNUNET_FS_GTK_mmap_and_scan (const char *filename,
76 GNUNET_FS_DirectoryEntryProcessor dep, 77 GNUNET_FS_DirectoryEntryProcessor dep,
77 void *dep_cls); 78 void *dep_cls);
78 79
79 80
80/** 81/**
@@ -92,15 +93,13 @@ GNUNET_FS_GTK_mmap_and_scan (const char *filename,
92 * @param data actual meta-data found 93 * @param data actual meta-data found
93 * @param data_len number of bytes in data 94 * @param data_len number of bytes in data
94 * @return 0 to continue (always) 95 * @return 0 to continue (always)
95 */ 96 */
96int 97int
97GNUNET_FS_GTK_add_meta_data_to_list_store (void *cls, 98GNUNET_FS_GTK_add_meta_data_to_list_store (void *cls, const char *plugin_name,
98 const char *plugin_name, 99 enum EXTRACTOR_MetaType type,
99 enum EXTRACTOR_MetaType type, 100 enum EXTRACTOR_MetaFormat format,
100 enum EXTRACTOR_MetaFormat format, 101 const char *data_mime_type,
101 const char *data_mime_type, 102 const char *data, size_t data_len);
102 const char *data,
103 size_t data_len);
104 103
105#endif 104#endif
106/* end of gnunet-fs-gtk-common.h */ 105/* end of gnunet-fs-gtk-common.h */