1Glib::Boxed(3) User Contributed Perl Documentation Glib::Boxed(3)
2
3
4
6 Glib::Boxed - Generic wrappers for C structures
7
9 Glib::Boxed is a generic wrapper mechanism for arbitrary C structures.
10 For the most part you don't care about this as a Perl developer, but it
11 is important to know that all Glib::Boxed descendents can be copied
12 with the "copy" method.
13
15 Glib::Boxed
16
18 copy_of_boxed = $boxed->copy
19 Create and return a new copy of $boxed.
20
22 Glib
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.32.1 2021-01-27 Glib::Boxed(3)