1Glib::Param::Int64(3) User Contributed Perl DocumentationGlib::Param::Int64(3)
2
3
4
6 Glib::Param::Int64 - Wrapper for int64 parameters in GLib
7
9 Glib::ParamSpec
10 +----Glib::Param::Int64
11
13 This page documents the extra accessors available for the signed 64 bit
14 integer type paramspecs. On 32 bit machines and even on some 64 bit
15 machines, perl really only supports 32 bit integers, so all of these
16 methods convert the values to and from Perl strings if necessary.
17
19 64 bit integer = $pspec->get_maximum
20 64 bit integer = $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.38.0 2023-08-01 Glib::Param::Int64(3)