Gdk.setUseXshm

Warning gdk_set_use_xshm is deprecated and should not be used in newly-written code. Sets whether the use of the MIT shared memory extension should be attempted. This function is mainly for internal use. It is only safe for an application to set this to FALSE, since if it is set to TRUE and the server does not support the extension it may cause warning messages to be output.

class Gdk
static
void
setUseXshm
()

Parameters

useXshm int

TRUE if use of the MIT shared memory extension should be attempted.

Meta