Example #1
0
func Flush() {
	C.gdk_flush()
}
Example #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
}