What is the Gtk3 equivalent of Gtk2->GET_VERSION_INFO and Gtk2->get_version_info ?
It looks like these convenience functions never made it from Gtk2.pm to Gtk3.pm. You can instead use Gtk3::get_major_version (), Gtk3::get_micro_version () and Gtk3::get_minor_version () as well as Gtk3::MAJOR_VERSION and friends. I'd also gladly accept a patch adding ports of the old helpers to Gtk3.pm.
Please find attached a patch to do add the above functionality, along with some tests. Regards Jeff
Attachment:
0001-helper-functions-Gtk3-get_version_info-Gtk3-GET_VERS.patch
Description: Text Data