Mercurial > geeqie
view src/metadata.h @ 1185:82fdf177a7c1
Fix up pointer signedness warnings.
author | zas_ |
---|---|
date | Thu, 27 Nov 2008 12:31:27 +0000 |
parents | f6449c17306b |
children | bb02d0e2a573 |
line wrap: on
line source
/* * Geeqie * (C) 2004 John Ellis * Copyright (C) 2008 The Geeqie Team * * Author: John Ellis, Laurent Monin * * This software is released under the GNU General Public License (GNU GPL). * Please read the included file COPYING for more information. * This software comes with no warranty of any kind, use at your own risk! */ #ifndef METADATA_H #define METADATA_H gint comment_write(FileData *fd, GList *keywords, const gchar *comment); gint comment_read(FileData *fd, GList **keywords, gchar **comment); void metadata_set_keywords(FileData *fd, GList *keywords_to_use, gchar *comment_to_use, gint add); gint keyword_list_find(GList *list, const gchar *keyword); GList *string_to_keywords_list(const gchar *text); #endif /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */