Omzetting naar stdio.
This commit is contained in:
@@ -6,9 +6,10 @@
|
||||
|
||||
@title{C API for Racket Integration}
|
||||
|
||||
This section describes the C API exactly as defined in @tt{rktwebview.h} and
|
||||
@tt{rktwebview_types.h}. The API is used from Racket through FFI, but is
|
||||
documented here in its native C/C++ form.
|
||||
This section documents the legacy C API defined in @tt{rktwebview.h} and
|
||||
@tt{rktwebview_types.h}. The source remains in the backend repository for
|
||||
reference and comparison, but the current build no longer exposes this shared
|
||||
library to Racket. The active integration uses the stdio process protocol.
|
||||
|
||||
The interface is deliberately small. Handles are integers, most operations
|
||||
return a @tt{result_t}, and structured values are returned as @tt{rkt_data_t *}.
|
||||
|
||||
Reference in New Issue
Block a user