Package: glib

Function g-source-set-callback

Lambda List

g-source-set-callback (source func)

Arguments

source -- a g-source instance
func -- a g-source-func callback function

Details

Sets the callback function for a source. The callback function for a source is called from the dispatch function of the source.

Typically, you will not use this function. Instead use functions specific to the type of source you are using.
 

See also

2021-12-10