Handbook
Glossary
gdk_colormap_alloc_colors ( colormap colors n_colors writeable best_match success -- gint )
Vocabulary
gdk2
.
ffi
Inputs
colormap
an
object
colors
an
object
n_colors
an
object
writeable
an
object
best_match
an
object
success
an
object
Outputs
gint
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk2.ffi
LIBRARY:
gdk2
FUNCTION:
gint
gdk_colormap_alloc_colors
( GdkColormap* colormap, GdkColor* colors,
gint
n_colors,
gboolean
writeable,
gboolean
best_match,
gboolean
success )