]> git.proxmox.com Git - libxdgmime-perl.git/blame - exports.h
buildsys: add dsc and sbuild targets
[libxdgmime-perl.git] / exports.h
CommitLineData
a1d229d1
DM
1// exported functions - parseable by h2xs
2
3const char *xdg_mime_get_mime_type_for_data (const void *data,
4 unsigned long len);
5const char *xdg_mime_get_mime_type_for_file (const char *file_name,
6 struct stat *statbuf);
7const char *xdg_mime_get_mime_type_from_file_name (const char *file_name);
8int xdg_mime_is_valid_mime_type (const char *mime_type);
9int xdg_mime_mime_type_equal (const char *mime_a,
10 const char *mime_b);
11int xdg_mime_media_type_equal (const char *mime_a,
12 const char *mime_b);
13int xdg_mime_mime_type_subclass (const char *mime_a,
14 const char *mime_b);
15int xdg_mime_get_max_buffer_extents (void);
16void xdg_mime_shutdown (void);
17void xdg_mime_dump (void);
18