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

Function ghb_button_set_icon_name

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

Source from the content-addressed store, hash-verified

170}
171
172void
173ghb_button_set_icon_name (GhbButton *self, const char *icon_name)
174{
175 g_return_if_fail(GHB_IS_BUTTON(self));
176
177 gtk_image_set_from_icon_name(self->icon, icon_name);
178}
179
180void
181ghb_button_set_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