Handbook
Glossary
cogl_path_round_rectangle ( x_1 y_1 x_2 y_2 radius arc_step -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
x_1
an
object
y_1
an
object
x_2
an
object
y_2
an
object
radius
an
object
arc_step
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.cogl.ffi
LIBRARY:
clutter.cogl
FUNCTION:
void
cogl_path_round_rectangle
(
gfloat
x_1,
gfloat
y_1,
gfloat
x_2,
gfloat
y_2,
gfloat
radius,
gfloat
arc_step )