| 178 | } |
| 179 | |
| 180 | void |
| 181 | ghb_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 | |
| 188 | void |
| 189 | ghb_button_set_indicator_label (GhbButton *self, const char *label) |
no outgoing calls
no test coverage detected