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