1Glib::Param::UInt(3)  User Contributed Perl Documentation Glib::Param::UInt(3)
2
3
4

NAME

6       Glib::Param::UInt -  Wrapper for uint parameters in GLib
7

HIERARCHY

9         Glib::ParamSpec
10         +----Glib::Param::UInt
11
12         Glib::ParamSpec
13         +----Glib::Param::UChar
14
15         Glib::ParamSpec
16         +----Glib::Param::ULong
17

DESCRIPTION

19       This page documents the extra accessors available for all of the
20       unsigned integer type paramspecs: UChar, UInt, and ULong.  Perl really
21       only supports full-size integers, so all of these methods return UVs;
22       the distinction of integer size is important to the underlying C
23       library and also determines the data value range.
24

METHODS

26   unsigned = $pspec->get_maximum
27   unsigned = $pspec->get_minimum

SEE ALSO

29       Glib, Glib::ParamSpec, Glib::ParamSpec
30
32       Copyright (C) 2003-2011 by the gtk2-perl team.
33
34       This software is licensed under the LGPL.  See Glib for a full notice.
35
36
37
38perl v5.32.1                      2021-01-27              Glib::Param::UInt(3)
Impressum