aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-03-22 06:15:12 +0000
committerChristian Grothoff <christian@grothoff.org>2008-03-22 06:15:12 +0000
commit99ef799f155bc84e0c9b2d424bd421d3540b4c55 (patch)
tree109f390ed78a276fa4d7315af66ae4b3cb296058
parent4c330ee6c2a0cb1349282d8f3e898b463e6bb477 (diff)
downloadgnunet-gtk-99ef799f155bc84e0c9b2d424bd421d3540b4c55.tar.gz
gnunet-gtk-99ef799f155bc84e0c9b2d424bd421d3540b4c55.zip
returntype
-rw-r--r--src/plugins/fs/upload.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/fs/upload.c b/src/plugins/fs/upload.c
index 76e2702b..9ae9c84d 100644
--- a/src/plugins/fs/upload.c
+++ b/src/plugins/fs/upload.c
@@ -228,6 +228,7 @@ on_metaDataDialogMetaDataAddButton_clicked_fs (gpointer dummy,
228 "metaDataDialogMetaDataList"); 228 "metaDataDialogMetaDataList");
229} 229}
230 230
231void
231on_fileInformationKeywordEntry_activate_fs (GtkWidget * fileInformationKeywordEntry, 232on_fileInformationKeywordEntry_activate_fs (GtkWidget * fileInformationKeywordEntry,
232 gpointer dummy) 233 gpointer dummy)
233{ 234{
@@ -241,6 +242,7 @@ on_fileInformationKeywordEntry_activate_fs (GtkWidget * fileInformationKeywordEn
241 "metaDataDialogKeywordList"); 242 "metaDataDialogKeywordList");
242} 243}
243 244
245void
244on_metaDataDialogValueEntry_activate_fs (GtkWidget * metaDataDialogValueEntry, 246on_metaDataDialogValueEntry_activate_fs (GtkWidget * metaDataDialogValueEntry,
245 gpointer dummy) 247 gpointer dummy)
246{ 248{
@@ -274,7 +276,7 @@ on_metaDataDialogMetaDataRemoveButton_clicked_fs (gpointer dummy,
274 * The selection of the keyword list changed. 276 * The selection of the keyword list changed.
275 * Update button status. 277 * Update button status.
276 */ 278 */
277static void 279void
278on_keyword_list_selection_changed (gpointer signal, gpointer cls) 280on_keyword_list_selection_changed (gpointer signal, gpointer cls)
279{ 281{
280 GtkTreeSelection *selection; 282 GtkTreeSelection *selection;
@@ -295,7 +297,7 @@ on_keyword_list_selection_changed (gpointer signal, gpointer cls)
295 * The selection of the metadata list changed. 297 * The selection of the metadata list changed.
296 * Update button status. 298 * Update button status.
297 */ 299 */
298static void 300void
299on_metadata_list_selection_changed (gpointer signal, gpointer cls) 301on_metadata_list_selection_changed (gpointer signal, gpointer cls)
300{ 302{
301 GtkTreeSelection *selection; 303 GtkTreeSelection *selection;