mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
st/button: Fix small mistake in st_button_toggle_mode docs
When the toggle mode is enabled the checked state will be changed not
the active state.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3172>
(cherry picked from commit 7b5da30f21)
This commit is contained in:
parent
69e6846969
commit
2da40049a2
1 changed files with 1 additions and 1 deletions
|
|
@ -824,7 +824,7 @@ st_button_get_toggle_mode (StButton *button)
|
|||
* @button: a #Stbutton
|
||||
* @toggle: %TRUE or %FALSE
|
||||
*
|
||||
* Enables or disables toggle mode for the button. In toggle mode, the active
|
||||
* Enables or disables toggle mode for the button. In toggle mode, the checked
|
||||
* state will be "toggled" when the user clicks the button.
|
||||
*/
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue