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

Function ghb_button_set_label

gtk/src/ghb-button.c:180–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void
181ghb_button_set_label (GhbButton *self, const char *label)
182{
183 g_return_if_fail(GHB_IS_BUTTON(self));
184
185 gtk_label_set_label(self->label, label);
186}
187
188void
189ghb_button_set_indicator_label (GhbButton *self, const char *label)

Callers 5

start_scanFunction · 0.85
start_scan_listFunction · 0.85
ghb_backend_eventsFunction · 0.85
ghb_button_set_propertyFunction · 0.85
ghb_queue_buttons_greyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected