After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 706315 - AtkRelation is using deprecated glib methods
AtkRelation is using deprecated glib methods
Status: RESOLVED OBSOLETE
Product: atk
Classification: Platform
Component: atk
unspecified
Other Linux
: Normal normal
: ---
Assigned To: ATK maintainer(s)
ATK maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-08-19 14:45 UTC by Alejandro Piñeiro Iglesias (IRC: infapi00)
Modified: 2021-06-10 11:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alejandro Piñeiro Iglesias (IRC: infapi00) 2013-08-19 14:45:46 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.
Comment 1 André Klapper 2021-06-10 11:26:04 UTC
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.