diff src/metadata.h @ 1192:48d62a7e3c33

metadata_set_keywords() -> metadata_set(). Use gboolean type for boolean parameters.
author zas_
date Sun, 30 Nov 2008 21:52:37 +0000
parents bb02d0e2a573
children aed0e28b2744
line wrap: on
line diff
--- a/src/metadata.h	Sun Nov 30 21:43:01 2008 +0000
+++ b/src/metadata.h	Sun Nov 30 21:52:37 2008 +0000
@@ -18,7 +18,7 @@
 
 gint metadata_read(FileData *fd, GList **keywords, gchar **comment);
 
-void metadata_set_keywords(FileData *fd, GList *keywords_to_use, gchar *comment_to_use, gint add);
+void metadata_set(FileData *fd, GList *keywords_to_use, gchar *comment_to_use, gboolean append);
 gint keyword_list_find(GList *list, const gchar *keyword);
 GList *string_to_keywords_list(const gchar *text);