From b845d0491876826e999dd9743daef9bc5be9eb8d Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Tue, 4 Jun 2024 14:38:02 +0000 Subject: [PATCH] gio/g-i: Mark Application:action-group property as deprecated To avoid bindings making use of it --- gio/gapplication.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gio/gapplication.c b/gio/gapplication.c index 0520ce5b3..06256cdde 100644 --- a/gio/gapplication.c +++ b/gio/gapplication.c @@ -1614,6 +1614,9 @@ g_application_class_init (GApplicationClass *class) * The group of actions that the application exports. * * Since: 2.28 + * Deprecated: 2.32: Use the [iface@Gio.ActionMap] interface instead. + * Never ever mix use of this API with use of `GActionMap` on the + * same @application or things will go very badly wrong. */ g_object_class_install_property (object_class, PROP_ACTION_GROUP, g_param_spec_object ("action-group", NULL, NULL,