summaryrefslogtreecommitdiff
path: root/gvc-mixer-ui-device.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a GIcon accessor for GvcMixerUIDevicesGiovanni Campagna2013-02-181-0/+64
| | | | | | | | | | | This will allow to have different icons for internal audio cards (which are flagged generically as "audio-card"), depending on which port is in use (ie. headphones or speakers). This requires the new icon information, which is only exported by PulseAudio 3.0. If it's not available, we fallback to card icons like before. https://bugzilla.gnome.org/show_bug.cgi?id=689931
* Fix introspection supportGiovanni Campagna2012-10-191-3/+13
| | | | | Fix includes, comments and parameter names so that introspection builds without warnings.
* Initial importGiovanni Campagna2012-10-191-0/+656
Code from gnome-control-center, build system integration from gnome-shell