Package: glib

Function glib:source-set-name-by-id

Lambda List

glib:source-set-name-by-id (source name)

Arguments

source -- an integer for the source ID
name -- a string for the debug name of the source

Details

Sets the name of a source using its ID. This is a convenience utility to set source names from the return value of the g:idle-add, g:timeout-add functions, and so on.
 

See also

2025-05-22