API 版本:2.0
库版本:2.83.2
由 gi-docgen 2024.1 生成
自:2.58
gboolean g_atomic_ref_count_dec ( gatomicrefcount* arc )
原子地减少引用计数。
如果返回 TRUE,则引用计数达到 0。在此之后,arc 处于未定义状态,必须使用 g_atomic_ref_count_init() 重新初始化才能再次使用。
TRUE
arc
g_atomic_ref_count_init()
类型: gatomicrefcount*
gatomicrefcount*
原子引用计数变量的地址。
类型: gboolean
gboolean
TRUE 如果引用计数达到 0,否则为 FALSE。
FALSE