変数 | |
| notify_list * | next |
| notify_list * | prev |
| void * | private_data |
| void(* | callback )(void *, const struct notify_event *) |
| void * | sys_notify_handle |
| int | depth |
notify_internal.c の 41 行で定義されています。
| struct notify_list* next |
| struct notify_list * prev |
notify_internal.c の 42 行で定義されています。
| void* private_data |
notify_internal.c の 43 行で定義されています。
参照元 notify_add()・notify_handler()・notify_remove()・sys_notify_callback().
| void(* callback)(void *, const struct notify_event *) |
| void* sys_notify_handle |
| int depth |
1.4.7