Handbook
Glossary
clutter_threads_add_idle_full ( priority func data notify -- guint )
Vocabulary
clutter
.
ffi
Inputs
priority
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_threads_add_idle_full
(
gint
priority,
GSourceFunc
func,
gpointer
data,
GDestroyNotify
notify )