Glib::Boxed
Section: User Contributed Perl Documentation (3pm)Updated: 2007-09-05
Index Return to Main Contents
NAME
Glib::Boxed - Generic wrappers for C structuresDESCRIPTION
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
copy_of_boxed = $boxed->copy
- Create and return a new copy of $boxed.
SEE ALSO
GlibCOPYRIGHT
Copyright (C) 2003-2007 by the gtk2-perl team.This software is licensed under the LGPL. See Glib for a full notice.
Index
This document was created by man2html, using the manual pages.
Time: 22:15:26 GMT, February 02, 2008