diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk-main_window_file_publish.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk-main_window_file_publish.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-fs-gtk-main_window_file_publish.c b/src/fs/gnunet-fs-gtk-main_window_file_publish.c index 0422c068..c4ad5117 100644 --- a/src/fs/gnunet-fs-gtk-main_window_file_publish.c +++ b/src/fs/gnunet-fs-gtk-main_window_file_publish.c | |||
@@ -437,7 +437,7 @@ struct AddDirContext | |||
437 | * used in the main libextractor library and yielding | 437 | * used in the main libextractor library and yielding |
438 | * meta data). | 438 | * meta data). |
439 | * @param type libextractor-type describing the meta data | 439 | * @param type libextractor-type describing the meta data |
440 | * @param format basic format information about data | 440 | * @param format basic format information about data |
441 | * @param data_mime_type mime-type of data (not of the original file); | 441 | * @param data_mime_type mime-type of data (not of the original file); |
442 | * can be NULL (if mime-type is not known) | 442 | * can be NULL (if mime-type is not known) |
443 | * @param data actual meta-data found | 443 | * @param data actual meta-data found |
@@ -670,7 +670,7 @@ struct MetaProcessContext | |||
670 | struct GNUNET_CONTAINER_MetaData *md; | 670 | struct GNUNET_CONTAINER_MetaData *md; |
671 | 671 | ||
672 | /** | 672 | /** |
673 | * How often does a keyword have to occur to be | 673 | * How often does a keyword have to occur to be |
674 | * migrated to the parent? | 674 | * migrated to the parent? |
675 | */ | 675 | */ |
676 | unsigned int threshold; | 676 | unsigned int threshold; |
@@ -704,7 +704,7 @@ migrate_and_drop (void *cls, const GNUNET_HashCode * key, void *value) | |||
704 | * Go over the collected meta data from all entries in the | 704 | * Go over the collected meta data from all entries in the |
705 | * directory and push common meta data up one level (by | 705 | * directory and push common meta data up one level (by |
706 | * adding it to the returned struct). | 706 | * adding it to the returned struct). |
707 | * | 707 | * |
708 | * @param adc collection of child meta data | 708 | * @param adc collection of child meta data |
709 | * @return meta data to moved to parent | 709 | * @return meta data to moved to parent |
710 | */ | 710 | */ |