gdkPropertyChange(object, property, type, format, mode, data)
property
GdkAtom
] the property to change.type
GdkAtom
] the new type for the property. If mode
is
GDK_PROP_MODE_PREPEND
or GDK_PROP_MODE_APPEND
, then this
must match the existing type or an error wiformat
mode
is
GDK_PROP_MODE_PREPEND
or GDK_PROP_MODE_APPEND
, then this
must match the existing format or an error will occur.mode
GdkPropMode
] a value describing how the new data is to be combined
with the current data.data
guchar *
gushort *
, or
gulong *
, depending on format
), cast to a
guchar *
.