Lines Matching defs:icon
133 char *icon;
195 pa_xfree(e->icon);
212 pa_tagstruct_puts(t, e->icon);
236 char icon[PA_NAME_MAX];
267 if (!memchr(le->icon, 0, sizeof(le->icon))) {
274 e->icon = pa_xstrdup(le->icon);
283 const char *description, *icon;
305 pa_tagstruct_gets(t, &icon) < 0) {
321 e->icon = pa_xstrdup(icon);
470 || !pa_streq(a->icon, b->icon))
501 entry->icon = pa_xstrdup(old->icon);
861 pa_xfree(entry->icon);
862 entry->icon = pa_xstrdup(pa_proplist_gets(sink->proplist, PA_PROP_DEVICE_ICON_NAME));
891 pa_xfree(entry->icon);
892 entry->icon = pa_xstrdup(pa_proplist_gets(source->proplist, PA_PROP_DEVICE_ICON_NAME));
1220 pa_tagstruct_puts(reply, e->icon);