docs: Fix glib-sections.txt includes for g_atomic_rc_* API

These were not changed when g_arc_*() was renamed to g_atomic_rc_*().

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2018-07-30 21:12:43 +01:00
parent f9705f7a0c
commit 40fc18521b

View File

@ -3482,15 +3482,15 @@ g_rc_box_get_size
<SECTION> <SECTION>
<FILE>arcbox</FILE> <FILE>arcbox</FILE>
g_arc_box_alloc g_atomic_rc_box_alloc
g_arc_box_alloc0 g_atomic_rc_box_alloc0
g_arc_box_new g_atomic_rc_box_new
g_arc_box_new0 g_atomic_rc_box_new0
g_arc_box_dup g_atomic_rc_box_dup
g_arc_box_acquire g_atomic_rc_box_acquire
g_arc_box_release g_atomic_rc_box_release
g_arc_box_release_full g_atomic_rc_box_release_full
g_arc_box_get_size g_atomic_rc_box_get_size
</SECTION> </SECTION>
<SECTION> <SECTION>