1TICKIT_WATCH_CANCEL(3)     Library Functions Manual     TICKIT_WATCH_CANCEL(3)
2
3
4

NAME

6       tickit_watch_cancel - remove a previously-installed callback
7

SYNOPSIS

9       #include <tickit.h>
10
11       void tickit_watch_cancel(Tickit *t, void *watch);
12
13       Link with -ltickit.
14

DESCRIPTION

16       tickit_watch_cancel()  removes a callback previously registered, by the
17       identifier pointer returned when it was added. If  it  had  been  added
18       with  the  TICKIT_BIND_UNBIND  flag  then  it  will be invoked with the
19       TICKIT_EV_UNBIND as it is removed.
20

RETURN VALUE

22       tickit_watch_cancel() returns no value.
23

SEE ALSO

25       tickit_new_stdio(3),                  tickit_watch_timer_after_msec(3),
26       tickit_watch_timer_at_epoch(3), tickit_watch_later(3), tickit(7)
27
28
29
30                                                        TICKIT_WATCH_CANCEL(3)
Impressum