// Inibits the screensaver, or not debending on inhibit. func InhibitScreensaver(inhibit bool) bool { return bool(C.al_inhibit_screensaver(C.bool(inhibit))) }
func InhibitScreensaver(inhibit bool) { C.al_inhibit_screensaver(C.bool(inhibit)) }