GNOME Bugzilla – Bug 706315
AtkRelation is using deprecated glib methods
Last modified: 2021-06-10 11:26:04 UTC
Specifically: atkrelation.c: In function 'atk_relation_new': atkrelation.c:254:3: warning: 'g_value_array_new' is deprecated (declared at /opt/gnome3/include/glib-2.0/gobject/gvaluearray.h:69): Use 'GArray' instead [-Wdeprecated-declarations] atkrelation.c:260:5: warning: 'g_value_array_append' is deprecated (declared at /opt/gnome3/include/glib-2.0/gobject/gvaluearray.h:82): Use 'GArray' instead [-Wdeprecated-declarations] atkrelation.c:270:3: warning: 'g_value_array_free' is deprecated (declared at /opt/gnome3/include/glib-2.0/gobject/gvaluearray.h:72): Use 'GArray' instead [-Wdeprecated-declarations] atkrelation.c: In function 'atk_relation_get_ptr_array_from_value_array': atkrelation.c:476:7: warning: 'g_value_array_get_nth' is deprecated (declared at /opt/gnome3/include/glib-2.0/gobject/gvaluearray.h:65): Use 'GArray' instead [-Wdeprecated-declarations] atkrelation.c: In function 'atk_relation_get_value_array_from_ptr_array': atkrelation.c:492:3: warning: 'g_value_array_new' is deprecated (declared at /opt/gnome3/include/glib-2.0/gobject/gvaluearray.h:69): Use 'GArray' instead [-Wdeprecated-declarations] atkrelation.c:498:7: warning: 'g_value_array_append' is deprecated (declared at /opt/gnome3/include/glib-2.0/gobject/gvaluearray.h:82): Use 'GArray' instead [-Wdeprecated-declarations] Creating this bug in order to not forget it.
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org. As part of that, we are mass-closing older open tickets in bugzilla.gnome.org which have not seen updates for a longer time (resources are unfortunately quite limited so not every ticket can get handled). If you can still reproduce the situation described in this ticket in a recent and supported software version of atk, then please follow https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines and create a ticket at https://gitlab.gnome.org/GNOME/atk/-/issues/ Thank you for your understanding and your help.