logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Glib::Param::Int - Paramspecs for integer types

Description

This page documents the extra accessors available for all of the integer type paramspecs: Char, Int, and Long. Perl really only supports full-size integers, so all of these methods return IVs; the distinction of integer size is important to the underlying C library and also determines the data value range.

Hierarchy

Glib::ParamSpec +----Glib::Param::Int Glib::ParamSpec +----Glib::Param::Char Glib::ParamSpec +----Glib::Param::Long

Methods

integer=$pspec->get_maximuminteger=$pspec->get_minimum

Name

Glib::Param::Int - Paramspecs for integer types

See Also

Glib, Glib::ParamSpec, Glib::ParamSpec

See Also