colorselector: Rename signal emitters
The GIR parser is giving warnings because both e.g. a signal, a corresponding vfunc and a method emitting it are named "channel_changed", which can and will give issues in some bindings. The easiest option is to follow the general convention of starting the signal emitters with `emit_`, which also makes clear the intention of the method.
This commit is contained in:

committed by
Niels De Graef

parent
f6c7bb997d
commit
cf41d1fdf8
@ -1296,9 +1296,9 @@ gimp_color_selector_set_channel
|
||||
gimp_color_selector_get_channel
|
||||
gimp_color_selector_set_model_visible
|
||||
gimp_color_selector_get_model_visible
|
||||
gimp_color_selector_color_changed
|
||||
gimp_color_selector_channel_changed
|
||||
gimp_color_selector_model_visible_changed
|
||||
gimp_color_selector_emit_channel_changed
|
||||
gimp_color_selector_emit_color_changed
|
||||
gimp_color_selector_emit_model_visible_changed
|
||||
gimp_color_selector_set_config
|
||||
<SUBSECTION Standard>
|
||||
GimpColorSelectorClass
|
||||
|
Reference in New Issue
Block a user