Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HandBrake/HandBrake
/ ghb_set_scale_busy
Function
ghb_set_scale_busy
gtk/src/hb-backend.c:4272–4276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4270
static gboolean scale_busy = FALSE;
4271
4272
void
4273
ghb_set_scale_busy (gboolean busy)
4274
{
4275
scale_busy = busy;
4276
}
4277
4278
void
4279
ghb_set_scale(signal_user_data_t *ud, gint mode)
Callers
2
ghb_set_scale
Function · 0.85
ghb_load_post_settings
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected