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::Boxed - Generic wrappers for C structures

Description

Glib::Boxed is a generic wrapper mechanism for arbitrary C structures. For the most part you don't care about this as a Perl developer, but it is important to know that all Glib::Boxed descendents can be copied with the "copy" method.

Hierarchy

Glib::Boxed

Methods

copy_of_boxed=$boxed->copy Create and return a new copy of $boxed.

Name

Glib::Boxed - Generic wrappers for C structures

See Also

Glib

See Also