1Glib::Param::UInt64(3)User Contributed Perl DocumentationGlib::Param::UInt64(3)
2
3
4
6 Glib::Param::UInt64 - Wrapper for uint64 parameters in GLib
7
9 Glib::ParamSpec
10 +----Glib::Param::UInt64
11
13 This page documents the extra accessors available for the unsigned 64
14 bit integer type paramspecs. On 32 bit machines and even on some 64
15 bit machines, perl really only supports 32 bit integers, so all of
16 these methods convert the values to and from Perl strings if necessary.
17
19 64 bit unsigned = $pspec->get_maximum
20 64 bit unsigned = $pspec->get_minimum
22 Glib, Glib::ParamSpec
23
25 Copyright (C) 2003-2011 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.34.0 2021-07-22 Glib::Param::UInt64(3)