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