]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kconfig: gconf: add on_save_clicked() event handler
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:05:23 +0000 (00:05 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 2 Jul 2025 01:36:15 +0000 (10:36 +0900)
commit4d89059a722d9a562bfe6ee1e3941ccc3c6c70b6
treea0553a32e908575f2881ef9a88d33b6596a04259
parent59adbcd8051a222023f52cfac0143d927735b194
kconfig: gconf: add on_save_clicked() event handler

The "clicked" event handler for GtkToolButton takes the GtkToolButton*
as the first parameter.

This is different from the existing on_save_activate() handler.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/gconf.c