xdgmimeicon.c | 57 struct XdgIcon *icons; member in struct:XdgIconList 68 list->icons = NULL; 79 if (list->icons) 83 free (list->icons[i].mime_type); 84 free (list->icons[i].icon_name); 86 free (list->icons); 109 entry = bsearch (&key, list->icons, list->n_icons, 134 list->icons = realloc (list->icons, alloc * sizeof (XdgIcon)); 149 list->icons = realloc (list->icons, [all...] |