]> git.ipfire.org Git - thirdparty/linux.git/commit
kconfig: gconf: use gtk_dialog_get_content_area() accessor
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:05:48 +0000 (00:05 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 2 Jul 2025 02:36:06 +0000 (11:36 +0900)
commitc34d632370592cb503991728afdf5287b2d1f7ed
tree0ff993969f28104c4b9ba5de2c921674e83f26c1
parent07944f94fc8c02344f283e461b1ea817a9108e17
kconfig: gconf: use gtk_dialog_get_content_area() accessor

GTK 3 removes many implementation details and struct members from its
public headers.

Use the gtk_check_menu_item_get_active() accessor.

[1]: https://gitlab.gnome.org/GNOME/gtk/-/blob/2.24.33/docs/reference/gtk/compiling.sgml#L85

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