int (*XESetFlushGC(display, extension, proc))()
Display *display;
int extension;
int *(*proc)();
display | Specifies the connection to the X server. |
extension | Specifies the extension number. |
proc | Specifies the procedure to call when a GC is flushed. |