Example #1
0
func Beep() {
	C.gdk_beep()
}
Example #2
0
/*
Emits a short beep on the default display.
*/
func Beep() {
	C.gdk_beep()
	return
}