1Glib::Param::UInt64(3)User Contributed Perl DocumentationGlib::Param::UInt64(3)
2
3
4
6 Glib::Param::UInt64
7
9 This page documents the extra accessors available for the unsigned 64
10 bit integer type paramspecs. On 32 bit machines and even on some 64
11 bit machines, perl really only supports 32 bit integers, so all of
12 these methods convert the values to and from Perl strings if necessary.
13
15 uint64 = $pspec->get_default_value
16
17 uint64 = $pspec->get_maximum
18
19 uint64 = $pspec->get_minimum
20
22 Glib
23
25 Copyright (C) 2003-2007 by the gtk2-perl team.
26
27 This software is licensed under the LGPL. See Glib for a full notice.
28
29
30
31perl v5.8.8 2007-02-26 Glib::Param::UInt64(3)