Glib::Bytes (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
Glib::BytesHIERARCHY
Glib::Boxed +----Glib::Bytes
DESCRIPTION
In addition to the low-levelAPI
documented below, Glib also provides
stringification overloading so that you can treat any "Glib::Bytes" object as
a normal Perl string.
METHODS
bytes = Glib::Bytes->new ($data)
- *
- $data (scalar)
integer = $bytes1->compare ($bytes2)
- *
- $bytes2 (Glib::Bytes)
scalar = $bytes->get_data
boolean = $bytes1->equal ($bytes2)
- *
- $bytes2 (Glib::Bytes)
integer = $bytes->hash
unsigned = $bytes->get_size
SEE ALSO
Glib, Glib::BoxedCOPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team.This software is licensed under the
LGPL.
See Glib for a full notice.