Searched refs:n_icons (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gio/xdgmime/
H A Dxdgmimeicon.c58 int n_icons; member in struct:XdgIconList
69 list->n_icons = 0;
81 for (i = 0; i < list->n_icons; i++)
104 if (list->n_icons > 0)
109 entry = bsearch (&key, list->icons, list->n_icons,
133 alloc = list->n_icons + 16;
146 if (list->n_icons == alloc)
152 list->icons[list->n_icons].mime_type = strdup (line);
153 list->icons[list->n_icons].icon_name = strdup (sep);
154 list->n_icons
[all...]

Completed in 65 milliseconds