Exemplo n.º 1
0
func Flush() {
	C.gdk_flush()
}
Exemplo n.º 2
0
/*
Flushes the output buffers of all display connections and waits
until all requests have been processed.
This is rarely needed by applications.
*/
func Flush() {
	C.gdk_flush()
	return
}