X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_event_source_set_prepare.xml;fp=man%2Fsd_event_source_set_prepare.xml;h=f0c8e6c4251747f8439a77a8b12aa4b962c08417;hp=9c78ccd1de9e62d1b5726fffbc2c71fd1fc17d64;hb=e5dfa086b065b0e7e620d08720ddd200c46bfbe4;hpb=36eeeaefcf062fe8096fe4e7ae61ea20450f9040 diff --git a/man/sd_event_source_set_prepare.xml b/man/sd_event_source_set_prepare.xml index 9c78ccd1d..f0c8e6c42 100644 --- a/man/sd_event_source_set_prepare.xml +++ b/man/sd_event_source_set_prepare.xml @@ -76,10 +76,11 @@ specified as callback will be invoked immediately before the event loop goes to sleep to wait for incoming events. It is invoked with the user data pointer passed - when the event source was created. The callback function may be - used to reconfigure the precise events to wait for. If the - callback parameter is passed as NULL the - callback function is reset. + when the event source was created. The event source will be disabled + if the callback function returns a negative error code. The callback + function may be used to reconfigure the precise events to wait for. + If the callback parameter is passed as NULL + the callback function is reset. Event source objects have no preparation callback associated when they are first created with calls such as