index
:
SSVLSystemAlertVolume
master
Access the system alert volume on Mac OS X
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-10-28
README: Fix image display
HEAD
v0.1.0
master
Teddy Wing
2022-10-27
README: Add project description and usage information
Teddy Wing
2022-10-27
Ideas for README
Teddy Wing
2022-10-27
Add documentation for SSVLAudioServicesPropertySystemAlertVolume
Teddy Wing
2022-10-27
SSVLSystemAlertVolume.h: Add C++ extern C
Teddy Wing
2022-10-27
Add a version number (v0.1.0)
Teddy Wing
2022-10-27
Add copyright notices
Teddy Wing
2022-10-27
Remove TODO
Teddy Wing
2022-10-27
Add license (MPL 2.0)
Teddy Wing
2022-10-27
SSVLSystemAlertVolume.h: Add function documentation
Teddy Wing
2022-10-27
example/main.c: Add a help argument and output
Teddy Wing
2022-10-27
example/main.c: Get and set volume separately from cmdline args
Teddy Wing
2022-10-27
Build the example
Teddy Wing
2022-10-27
Add a note to add documentation
Teddy Wing
2022-10-27
SSVLGetSystemVolume: Don't return 0.5 on non-zero OSStatus
Teddy Wing
2022-10-25
Update `kAudioServicesPropertySystemAlertVolume` usage
Teddy Wing
2022-10-25
Include CoreFoundation
Teddy Wing
2022-10-25
Move the `main()` function to a new example file
Teddy Wing
2022-10-25
Add a header file
Teddy Wing
2022-10-25
Rename "system_alert_volume.c" to "SSVLSystemAlertVolume.c"
Teddy Wing
2022-10-25
Rename identifiers to align with Apple's guidelines for function naming
Teddy Wing
2022-10-25
Get and set system alert volume
Teddy Wing
2022-10-25
Add TODO
Teddy Wing