home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / lib / perl5 / Glib / Boxed.pod < prev    next >
Encoding:
Text File  |  2007-03-05  |  744 b   |  52 lines

  1. =head1 NAME
  2.  
  3. Glib::Boxed -  Generic wrappers for C structures
  4.  
  5. =for position DESCRIPTION
  6.  
  7. =head1 DESCRIPTION
  8.  
  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 with
  12. the C<copy> method.
  13.  
  14. =cut
  15.  
  16.  
  17.  
  18. =head1 HIERARCHY
  19.  
  20.   Glib::Boxed
  21.  
  22. =for object Glib::Boxed Generic wrappers for C structures
  23. =cut
  24.  
  25.  
  26.  
  27.  
  28. =head1 METHODS
  29.  
  30. =head2 copy_of_boxed = $boxed->B<copy>
  31.  
  32. =over
  33.  
  34. Create and return a new copy of I<$boxed>.
  35.  
  36. =back
  37.  
  38.  
  39. =head1 SEE ALSO
  40.  
  41. L<Glib>
  42.  
  43. =head1 COPYRIGHT
  44.  
  45. Copyright (C) 2003-2006 by the gtk2-perl team.
  46.  
  47. This software is licensed under the LGPL.  See L<Glib> for a full notice.
  48.  
  49.  
  50. =cut
  51.  
  52.