pub unsafe extern "C" fn obs_source_inc_showing(
source: *mut obs_source_t,
)
Expand description
Increments the ‘showing’ reference counter to indicate that the source is being shown somewhere. If the reference counter was 0, will call the ‘show’ callback.