|
NAMEGlib::Bytes - Wrappers for bytes objects in GLibHIERARCHYGlib::Boxed +----Glib::Bytes DESCRIPTIONIn addition to the low-level API documented below, Glib also provides stringification overloading so that you can treat any "Glib::Bytes" object as a normal Perl string.METHODSbytes = Glib::Bytes->new ($data)
Since: glib 2.32 integer = $bytes1->compare ($bytes2)
Since: glib 2.32 scalar = $bytes->get_dataSince: glib 2.32boolean = $bytes1->equal ($bytes2)
Since: glib 2.32 integer = $bytes->hashSince: glib 2.32unsigned = $bytes->get_sizeSince: glib 2.32SEE ALSOGlib, Glib::BoxedCOPYRIGHTCopyright (C) 2003-2011 by the gtk2-perl team.This software is licensed under the LGPL. See Glib for a full notice.
Visit the GSP FreeBSD Man Page Interface. |