StructsΒ§
- Pid
- Process identifier
- Priority
- The priority of sources
- Source
Id - The id of a source that is returned by
idle_add
andtimeout_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. - destroy_
closure π β - destroy_
closure_ π βchild_ watch - destroy_
closure_ π βchild_ watch_ local - destroy_
closure_ π βlocal - destroy_
closure_ π βunix_ fd - destroy_
closure_ π βunix_ fd_ local - fnmut_
callback_ πwrapper - Transform a generic FnOnce into a closure that can be used as callback in various glib methods
- fnmut_
callback_ πwrapper_ local - Transform a generic FnOnce into a closure that can be used as callback in various glib methods
- 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. - into_
raw π - into_
raw_ πchild_ watch - into_
raw_ πchild_ watch_ local - into_
raw_ πlocal - into_
raw_ πunix_ fd - into_
raw_ πunix_ fd_ local - 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. - trampoline π β
- trampoline_
child_ π βwatch - trampoline_
child_ π βwatch_ local - trampoline_
local π β - trampoline_
unix_ π βfd - trampoline_
unix_ π βfd_ local - unix_
fd_ add - Adds a closure to be called by the main loop the returned
Source
is attached to whenever a UNIX file descriptor reaches the given IO condition. - unix_
fd_ add_ full - Adds a closure to be called by the main loop the returned
Source
is attached to whenever a UNIX file descriptor reaches the given IO condition. - unix_
fd_ add_ local - Adds a closure to be called by the main loop the returned
Source
is attached to whenever a UNIX file descriptor reaches the given IO condition. - unix_
fd_ add_ local_ full - Adds a closure to be called by the main loop the returned
Source
is attached to whenever a UNIX file descriptor reaches the given IO condition. - unix_
fd_ source_ new - Adds a closure to be called by the main loop the returned
Source
is attached to whenever a UNIX file descriptor reaches the given IO condition. - unix_
signal_ add - Adds a closure to be called by the default main loop whenever a UNIX signal is raised.
- unix_
signal_ add_ local - Adds a closure to be called by the default main loop whenever a UNIX signal is raised.
- unix_
signal_ add_ local_ once - Adds a closure to be called by the default main loop whenever a UNIX signal is raised.
- unix_
signal_ add_ once - Adds a closure to be called by the default main loop whenever a UNIX signal is raised.
- unix_
signal_ source_ new - Adds a closure to be called by the main loop the returned
Source
is attached to whenever a UNIX signal is raised.