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
20 Create and return a new copy of $boxed.
21
23 Glib
24
26 Copyright (C) 2003-2007 by the gtk2-perl team.
27
28 This software is licensed under the LGPL. See Glib for a full notice.
29
30
31
32perl v5.8.8 2007-02-26 Glib::Boxed(3)