1remove_param_int(3) Allegro manual remove_param_int(3)
2
3
4
6 remove_param_int - Removes a timer with a customizable parameter. Alle‐
7 gro game programming library.
8
10 #include <allegro.h>
11
12
13 void remove_param_int(void (*proc)(void *), void *param);
14
16 Like remove_int(), but for use with timer callbacks that have parameter
17 values. If there is more than one copy of the same callback active at a
18 time, it identifies which one to remove by checking the parameter value
19 (so you can't have more than one copy of a handler using an identical
20 parameter).
21
22
24 install_param_int(3), install_param_int_ex(3), remove_int(3)
25
26
27
28Allegro version 4.4.3 remove_param_int(3)