MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / ghb_builder_object

Function ghb_builder_object

gtk/src/application.c:1099–1107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1097}
1098
1099GObject *
1100ghb_builder_object (const char *name)
1101{
1102 GhbApplication *app = GHB_APPLICATION_DEFAULT;
1103 g_assert(GHB_IS_APPLICATION(app));
1104
1105 if (!app->builder) return NULL;
1106 return gtk_builder_get_object(app->builder, name);
1107}
1108
1109int
1110ghb_get_cancel_status (void)

Callers 12

ghb_application_activateFunction · 0.85
presets_menu_clearFunction · 0.85
ghb_bind_dependenciesFunction · 0.85
ptop_update_bgFunction · 0.85
ptop_update_ui_cbFunction · 0.85
hbfd_feature_changed_cbFunction · 0.85
ghb_file_menu_add_dvdFunction · 0.85
ghb_add_file_filterFunction · 0.85
ghb_ui_updateFunction · 0.85
ghb_ui_settings_updateFunction · 0.85
ghb_queue_buttons_greyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected