De-fuzzyed some msgs...
[midnight-commander.git] / gnome / gmetadata.h
blob91aca9fb808ef8791f0a8c19984543b84e8ea566
1 /* Convenience functions for metadata handling in the MIdnight Commander
3 * Copyright (C) 1998 The Free Software Foundation
5 * Author: Federico Mena <federico@nuclecu.unam.mx>
6 */
8 #ifndef GMETADATA_H
9 #define GMETADATA_H
12 int gmeta_get_icon_pos (char *filename, int *x, int *y);
13 void gmeta_set_icon_pos (char *filename, int x, int y);
14 void gmeta_del_icon_pos (char *filename);
17 #endif