Skip to content

Commit 0bfa19f

Browse files
committed
Fix table
1 parent 04b58e0 commit 0bfa19f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/manual/embedding.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,12 @@ Manipulating the Garbage Collector
194194

195195
There are some functions to control the GC. In normal use cases, these should not be necessary.
196196

197-
========================= ==============================================================================
198-
``void jl_gc_collect()`` Force a GC run
199-
``void jl_gc_enable(0)`` Disable the GC
200-
``void jl_gc_enable(1)`` Enable the GC
201-
========================= ==============================================================================
197+
======================= =====================================================
198+
``jl_gc_collect()`` Force a GC run
199+
``jl_gc_enable(0)`` Disable the GC, return previous state as int
200+
``jl_gc_enable(1)`` Enable the GC, return previous state as int
201+
``jl_gc_is_enabled()`` Return current state as int
202+
======================= =====================================================
202203

203204
Working with Arrays
204205
========================

0 commit comments

Comments
 (0)