1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-07 10:00:23 +02:00

Add manual links

This commit is contained in:
Andy Wingo 2023-10-16 12:45:13 +02:00
parent 4d3e8c30d7
commit 44a4e1c131

View file

@ -532,9 +532,11 @@ provides a *listener* for these events when initializing the collector.
The listener interface is defined in The listener interface is defined in
[`gc-event-listener.h`](../api/gc-event-listener.h). Whippet ships with [`gc-event-listener.h`](../api/gc-event-listener.h). Whippet ships with
two listener implementations, `GC_NULL_EVENT_LISTENER`, and two listener implementations,
`GC_BASIC_STATS`. Most embedders will want their own listener, but [`GC_NULL_EVENT_LISTENER`](../api/gc-null-event-listener.h), and
starting with the basic stats listener is not a bad option: [`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" #include "gc-api.h"