comparison src/bar_info.h @ 1178:f6449c17306b

Move comments/keywords read and write stuff to new metadata.{c,h}.
author zas_
date Tue, 25 Nov 2008 17:32:51 +0000
parents 1646720364cf
children 8b89e3ff286b
comparison
equal deleted inserted replaced
1177:5a20c47e7a14 1178:f6449c17306b
24 void bar_info_set_selection_func(GtkWidget *bar, GList *(*list_func)(gpointer data), gpointer data); 24 void bar_info_set_selection_func(GtkWidget *bar, GList *(*list_func)(gpointer data), gpointer data);
25 void bar_info_selection(GtkWidget *bar, gint count); 25 void bar_info_selection(GtkWidget *bar, gint count);
26 26
27 void bar_info_maint_renamed(GtkWidget *bar, FileData *fd); 27 void bar_info_maint_renamed(GtkWidget *bar, FileData *fd);
28 28
29 gint comment_write(FileData *fd, GList *keywords, const gchar *comment);
30
31 gint comment_read(FileData *fd, GList **keywords, gchar **comment);
32
33 GList *keyword_list_pull(GtkWidget *text_widget); 29 GList *keyword_list_pull(GtkWidget *text_widget);
34 void keyword_list_push(GtkWidget *textview, GList *list); 30 void keyword_list_push(GtkWidget *textview, GList *list);
35 31
36 32
37 #endif 33 #endif