Handbook
Glossary
gdk_property_get ( window property type offset length pdelete actual_property_type actual_format actual_length data -- gboolean )
Vocabulary
gdk2
.
ffi
Inputs
window
an
object
property
an
object
type
an
object
offset
an
object
length
an
object
pdelete
an
object
actual_property_type
an
object
actual_format
an
object
actual_length
an
object
data
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk2.ffi
LIBRARY:
gdk2
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 )