Home | History | Annotate | Download | only in xdgmime

Lines Matching full:mime

2 /* xdgmimealias.c: Private file.  mmappable caches for mime data
46 #warning Building xdgmime without MMAP support. Binary "mime.info" cache files will not be used.
351 const char *mime;
426 mime_types[n].mime = mime_type;
502 mime_types[n].mime = cache->buffer + mimetype_offset;
586 mime_types[i] = mimes[i].mime;
752 is_super_type (const char *mime)
757 length = strlen (mime);
758 type = &(mime[length - 2]);
768 _xdg_mime_cache_mime_type_subclass (const char *mime,
775 umime = _xdg_mime_cache_unalias_mime_type (mime);
840 _xdg_mime_cache_unalias_mime_type (const char *mime)
844 lookup = cache_alias_lookup (mime);
849 return mime;
853 _xdg_mime_cache_list_mime_parents (const char *mime)
859 mime = xdg_mime_unalias_mime_type (mime);
874 if (strcmp (cache->buffer + mimetype_offset, mime) == 0)
909 cache_lookup_icon (const char *mime, int header)
929 cmp = strcmp (ptr, mime);
947 _xdg_mime_cache_get_generic_icon (const char *mime)
949 return cache_lookup_icon (mime, 36);
953 _xdg_mime_cache_get_icon (const char *mime)
955 return cache_lookup_icon (mime, 32);