- scope async
The callback is valid until first called.
- scope call
The callback is valid only during the call to the method.
- scope notified
The callback is valid until the GDestroyNotify argument is called.
- skip
Exposed in C code, not necessarily available in other languages.