| Server IP : 185.11.201.71 / Your IP : 192.168.7.18 Web Server : Apache/2.4.29 (Ubuntu) System : Linux tech-virtual-machine 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : tech ( 1000) PHP Version : 7.4.28 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/x86_64-linux-gnu/perl5/5.26/Glib/ |
Upload File : |
=head1 NAME Glib::Bytes - Wrappers for bytes objects in GLib =cut =head1 HIERARCHY Glib::Boxed +----Glib::Bytes =cut =for object Glib::Bytes Wrappers for bytes objects in GLib =head1 DESCRIPTION In addition to the low-level API documented below, L<Glib> also provides stringification overloading so that you can treat any C<Glib::Bytes> object as a normal Perl string. =cut =head1 METHODS =head2 bytes = Glib::Bytes-E<gt>B<new> ($data) =over =item * $data (scalar) =back Since: glib 2.32 =head2 integer = $bytes1-E<gt>B<compare> ($bytes2) =over =item * $bytes2 (Glib::Bytes) =back Since: glib 2.32 =head2 scalar = $bytes-E<gt>B<get_data> Since: glib 2.32 =head2 boolean = $bytes1-E<gt>B<equal> ($bytes2) =over =item * $bytes2 (Glib::Bytes) =back Since: glib 2.32 =head2 integer = $bytes-E<gt>B<hash> Since: glib 2.32 =head2 unsigned = $bytes-E<gt>B<get_size> Since: glib 2.32 =cut =head1 SEE ALSO L<Glib>, L<Glib::Boxed> =cut =head1 COPYRIGHT Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See L<Glib> for a full notice. =cut