[go: up one dir, main page]

Module source

Module source 

Source

Structs§

Pid
Process identifier
Priority
The priority of sources
SourceId
The id of a source that is returned by idle_add and timeout_add.

Functions§

child_watch_add
Adds a closure to be called by the main loop the returned Source is attached to when a child process exits.
child_watch_add_local
Adds a closure to be called by the main loop the returned Source is attached to when a child process exits.
child_watch_source_new
Adds a closure to be called by the main loop the returned Source is attached to when a child process exits.
idle_add
Adds a closure to be called by the default main loop when it’s idle.
idle_add_full
Adds a closure to be called by the default main loop when it’s idle.
idle_add_local
Adds a closure to be called by the default main loop when it’s idle.
idle_add_local_full
Adds a closure to be called by the default main loop when it’s idle.
idle_add_local_once
Adds a closure to be called by the default main loop when it’s idle.
idle_add_once
Adds a closure to be called by the default main loop when it’s idle.
idle_source_new
Adds a closure to be called by the main loop the return Source is attached to when it’s idle.
timeout_add
Adds a closure to be called by the default main loop at regular intervals with millisecond granularity.
timeout_add_full
Adds a closure to be called by the default main loop at regular intervals with millisecond granularity.
timeout_add_local
Adds a closure to be called by the default main loop at regular intervals with millisecond granularity.
timeout_add_local_full
Adds a closure to be called by the default main loop at regular intervals with millisecond granularity.
timeout_add_local_once
Adds a closure to be called by the default main loop at regular intervals with millisecond granularity.
timeout_add_once
Adds a closure to be called by the default main loop at regular intervals with millisecond granularity.
timeout_add_seconds
Adds a closure to be called by the default main loop at regular intervals with second granularity.
timeout_add_seconds_local
Adds a closure to be called by the default main loop at regular intervals with second granularity.
timeout_add_seconds_local_once
Adds a closure to be called by the default main loop at regular intervals with second granularity.
timeout_add_seconds_once
Adds a closure to be called by the default main loop at regular intervals with second granularity.
timeout_source_new
Adds a closure to be called by the main loop the returned Source is attached to at regular intervals with millisecond granularity.
timeout_source_new_seconds
Adds a closure to be called by the main loop the returned Source is attached to at regular intervals with second granularity.