aboutsummaryrefslogtreecommitdiffstats
path: root/system_alert_volume.c
AgeCommit message (Collapse)Author
2022-10-25Rename "system_alert_volume.c" to "SSVLSystemAlertVolume.c"Teddy Wing
Align with the new identifier naming.
2022-10-25Rename identifiers to align with Apple's guidelines for function namingTeddy Wing
Following these guidelines for naming functions: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/CodingGuidelines/Articles/NamingFunctions.html#//apple_ref/doc/uid/20001283-BAJGGCAD and constants: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/CodingGuidelines/Articles/NamingIvarsAndTypes.html#//apple_ref/doc/uid/20001284-1001783 Chose the prefix "SSVL" as that's the `AudioServicesPropertyID` value.
2022-10-25Get and set system alert volumeTeddy Wing
Extract my research code from Mass-menu.