aboutsummaryrefslogtreecommitdiffstats
path: root/desktop.h
blob: b0cc2c44346d579f63034d24bfab9bbb51cdf513 (plain)
1
2
3
4
5
6
7
/* these are "for free", the desktop file stuff needs this anyway ... */
int utf8_to_locale(char *src, char *dst, size_t max);
int locale_to_utf8(char *src, char *dst, size_t max);

/* handle desktop files */
int desktop_read_entry(char *filename, char *entry, char *dest, size_t max);
int desktop_write_entry(char *filename, char *type, char *entry, char *value);