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 460851 - [RFE] To get the atk library version at runtime
[RFE] To get the atk library version at runtime
Status: RESOLVED FIXED
Product: atk
Classification: Platform
Component: atk
git master
Other All
: Normal enhancement
: ---
Assigned To: Li Yuan
Li Yuan
Depends on:
Blocks:
 
 
Reported: 2007-07-27 08:03 UTC by Ginn Chen
Modified: 2007-07-27 09:32 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
patch (923 bytes, patch)
2007-07-27 09:02 UTC, Li Yuan
committed Details | Review

Description Ginn Chen 2007-07-27 08:03:24 UTC
I'd like to have something like
gtk_major_version
gtk_minor_version
gtk_micro_version
and
gtk_check_version

for atk library.
So that the application can disable some features that are too new for the end-user's Desktop.
Comment 1 Li Yuan 2007-07-27 09:02:45 UTC
Created attachment 92530 [details] [review]
patch
Comment 2 Li Yuan 2007-07-27 09:05:02 UTC
Ginn, can you test if the patch satisfies your request?
Comment 3 Ginn Chen 2007-07-27 09:17:53 UTC
verified