mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-06 17:40:29 +02:00
Add manual links
This commit is contained in:
parent
4d3e8c30d7
commit
44a4e1c131
1 changed files with 5 additions and 3 deletions
|
@ -532,9 +532,11 @@ provides a *listener* for these events when initializing the collector.
|
|||
|
||||
The listener interface is defined in
|
||||
[`gc-event-listener.h`](../api/gc-event-listener.h). Whippet ships with
|
||||
two listener implementations, `GC_NULL_EVENT_LISTENER`, and
|
||||
`GC_BASIC_STATS`. Most embedders will want their own listener, but
|
||||
starting with the basic stats listener is not a bad option:
|
||||
two listener implementations,
|
||||
[`GC_NULL_EVENT_LISTENER`](../api/gc-null-event-listener.h), and
|
||||
[`GC_BASIC_STATS`](../api/gc-basic-stats.h). Most embedders will want
|
||||
their own listener, but starting with the basic stats listener is not a
|
||||
bad option:
|
||||
|
||||
```
|
||||
#include "gc-api.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue