gdk_property_get ( window property type offset length pdelete actual_property_type actual_format actual_length data -- gboolean )


Vocabulary
gdk3.ffi

Inputs
windowan object
propertyan object
typean object
offsetan object
lengthan object
pdeletean object
actual_property_typean object
actual_formatan object
actual_lengthan object
dataan object


Outputs
gbooleanan object


Definition


LIBRARY: gdk3 FUNCTION: gboolean gdk_property_get
( GdkWindow* window, GdkAtom* property, GdkAtom* type,
gulong offset, gulong length, gint pdelete, GdkAtom**
actual_property_type, gint* actual_format, gint*
actual_length, guint8** data )