Handbook
Glossary
clutter_texture_set_from_rgb_data ( texture data has_alpha width height rowstride bpp flags error -- gboolean )
Vocabulary
clutter
.
ffi
Inputs
texture
an
object
data
an
object
has_alpha
an
object
width
an
object
height
an
object
rowstride
an
object
bpp
an
object
flags
an
object
error
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
gboolean
clutter_texture_set_from_rgb_data
( ClutterTexture* texture,
guint8
data,
gboolean
has_alpha,
gint
width,
gint
height,
gint
rowstride,
gint
bpp,
ClutterTextureFlags
flags, GError* error )