FALSE,
and GDK_NONE will be stored in actual.property.type.gdkPropertyGet(object, property, type, offset, length, pdelete)objectGdkWindow.propertytypeGDK_NONE, if any type of data
is acceptable. If this does not match the actual
type, then actual.format and actual.length will
be filled in, a warning will be printed to stderr
and no data will be returned.offsetlengthlength
will be rounded up to the next highest 4 byte boundary
(so be careful not to pass a value that might overflow
when rounded up).pdeleteTRUE, delete the property after retrieving the
data.TRUE if data was successfully received and stored
in data, otherwise FALSE.actual.property.typeactual.formatactual.lengthactual.length/sizeof(glong) to ensure portability to
64 bit systems.datagFree() when you are finished
using it.