diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-03-01 21:34:01 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-03-01 21:38:27 +0100 |
commit | 671b927955745dd62787113a8b8ebcaf018ec0f6 (patch) | |
tree | 624be32229cf44869cf366b9f4ba9c6bc500b9d3 /src/pulse/proplist.h | |
parent | 784ac5b0da4f510232166406b3166fba0bef58e4 (diff) |
add logic for initializing a useful icon name
Diffstat (limited to 'src/pulse/proplist.h')
-rw-r--r-- | src/pulse/proplist.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h index 7d3b7f7f..5d2693cd 100644 --- a/src/pulse/proplist.h +++ b/src/pulse/proplist.h @@ -171,6 +171,12 @@ PA_C_DECL_BEGIN /** For devices: bus of the device if applicable. One of "isa", "pci", "usb", "firewire", "bluetooth" */ #define PA_PROP_DEVICE_BUS "device.bus" +/** For devices: icon for the device. A binary blob containing PNG image data */ +#define PA_PROP_DEVICE_ICON "device.icon" + +/** For devices: an XDG icon name for the device. e.g. "sound-card-speakers-usb" */ +#define PA_PROP_DEVICE_ICON_NAME "device.icon_name" + /** For devices: access mode of the device if applicable. One of "mmap", "mmap_rewrite", "serial" */ #define PA_PROP_DEVICE_ACCESS_MODE "device.access_mode" |