Handbook
Glossary
gdk_colormap_free_colors ( colormap colors n_colors -- )
Vocabulary
gdk2
.
ffi
Inputs
colormap
an
object
colors
an
object
n_colors
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk2.ffi
LIBRARY:
gdk2
FUNCTION:
void
gdk_colormap_free_colors
( GdkColormap* colormap, GdkColor* colors,
gint
n_colors )