FALSE
,
and GDK_NONE
will be stored in actual.property.type
.gdkPropertyGet(object, property, type, offset, length, pdelete)
object
GdkWindow
.property
type
GDK_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.offset
length
length
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).pdelete
TRUE
, delete the property after retrieving the
data.TRUE
if data was successfully received and stored
in data
, otherwise FALSE
.actual.property.type
actual.format
actual.length
actual.length
/sizeof(glong) to ensure portability to
64 bit systems.data
gFree()
when you are finished
using it.