Re: version checking... take II
- From: Ross McFarland <rwmcfa1 neces com>
- To: muppet <scott asofyet org>
- Cc: gtk-perl list <gtk-perl-list gnome org>
- Subject: Re: version checking... take II
- Date: Sun, 22 Feb 2004 15:42:58 -0500
On Fri, 2004-02-13 at 23:15, muppet wrote:
# tell you what the bindings are compiled for
$Gtk2::MAJOR_VERSION
$Gtk2::MINOR_VERSION
$Gtk2::MICRO_VERSION
Gtk2->CHECK_VERSION
# tell you what the current actual runtime versions are
$Gtk2::major_version
$Gtk2::minor_version
$Gtk2::micro_version
# note that this one has completely different semantics than
CHECK_VERSION, even in the C API
Gtk2->check_version
essentially this scheme was just implemented and committed. use of it
throughout Gtk2 and version checking howto doc still to come.
-rm
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]