File: desktop.h

package info (click to toggle)
fbi 2.14-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,044 kB
  • sloc: ansic: 24,426; sh: 138; perl: 16; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (9)
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);