Handbook
Glossary
clutter_frame_source_add_full ( priority fps func data notify -- guint )
Vocabulary
clutter
.
ffi
Inputs
priority
an
object
fps
an
object
func
an
object
data
an
object
notify
an
object
Outputs
guint
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
guint
clutter_frame_source_add_full
(
gint
priority,
guint
fps,
GSourceFunc
func,
gpointer
data,
GDestroyNotify
notify )