summaryrefslogtreecommitdiff
path: root/libmatemixer/matemixer-device-switch.c
AgeCommit message (Collapse)AuthorFilesLines
2023-09-18Remove weak pointers on disposeAdric Blake1-0/+17
A weak pointer has a callback that will happily overwrite freed object memory if the weakly referenced object outlives the object storing the reference. Remove those callbacks when they are no longer needed.
2019-11-01avoid redundant redeclarationsPablo Barciela1-4/+0
2019-06-28libmatemixer: avoid deprecated g_type_class_add_privateWu Xiaotian1-6/+2
2014-11-08Split MateMixerSwitchRole into MateMixerDeviceSwitchRole and ↵Michal Ratajsky1-1/+37
MateMixerStreamSwitchRole
2014-11-08Add MateMixerDeviceSwitch and MateMixerStreamSwitch classesMichal Ratajsky1-0/+144