Cogl.FrameClosure¶
Fields¶
None
Methods¶
None
Details¶
- class Cogl.FrameClosure¶
An opaque type that tracks a
Cogl.FrameCallback
and associated user data. ACogl.FrameClosure
pointer will be returned fromCogl.Onscreen.add_frame_callback
() and it allows you to remove a callback later usingCogl.Onscreen.remove_frame_callback
().New in version 1.14.