Clutter::Threads(3pm)
NAME
Clutter::Threads
METHODS
- integer = Clutter::Threads->add_frame_source ($fps, $callback, $data=undef,
- $priority=G_PRIORITY_DEFAULT_IDLE) o $fps (integer)
- o $callback (scalar)
- o $data (scalar)
- o $priority (integer)
- integer = Clutter::Threads->add_idle ($callback, $data=undef,
- $priority=G_PRIORITY_DEFAULT_IDLE) o $callback (scalar)
- o $data (scalar)
- o $priority (integer)
- integer = Clutter::Threads->add_repaint_func ($callback, $data=undef)
- o $callback (scalar)
- o $data (scalar)
- integer = Clutter::Threads->add_timeout ($interval, $callback, $data=undef,
- $priority=G_PRIORITY_DEFAULT_IDLE) o $interval (integer)
- o $callback (scalar)
- o $data (scalar)
- o $priority (integer)
- Clutter::Threads->enter
Clutter::Threads->init
Clutter::Threads->leave
Clutter::Threads->remove_repaint_func ($func_id) - o $func_id (integer)
SEE ALSO
Clutter
COPYRIGHT
Copyright (C) 2006, 2007, 2008 OpenedHand Ltd
Copyright (C) 2009 Intel Corporation
This module is free software; you can redistribute it and/or modify it
under the terms of either:
o the GNU Lesser General Public Library version 2.1; or
o the Artistic License, version 2.0.
- See Clutter for the full copyright notice.