summaryrefslogtreecommitdiffstats
path: root/fake_packages
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2019-05-21 15:48:44 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2019-05-21 15:48:44 +0200
commit216352f6bb07ddf629da2b71d9395c2e0a974b70 (patch)
treeca1713176e37fc30a31079828e29cd98dcc02909 /fake_packages
parent991fdf837e278f530b62962e0b2d2d09cf827fab (diff)
downloadperl_checker-216352f6bb07ddf629da2b71d9395c2e0a974b70.tar
perl_checker-216352f6bb07ddf629da2b71d9395c2e0a974b70.tar.gz
perl_checker-216352f6bb07ddf629da2b71d9395c2e0a974b70.tar.bz2
perl_checker-216352f6bb07ddf629da2b71d9395c2e0a974b70.tar.xz
perl_checker-216352f6bb07ddf629da2b71d9395c2e0a974b70.zip
update Glib fake package to 2.60
Diffstat (limited to 'fake_packages')
-rw-r--r--fake_packages/Glib.pm9
1 files changed, 9 insertions, 0 deletions
diff --git a/fake_packages/Glib.pm b/fake_packages/Glib.pm
index f3dd282..c99eb84 100644
--- a/fake_packages/Glib.pm
+++ b/fake_packages/Glib.pm
@@ -550,6 +550,15 @@ sub new_uint64 { my ($_class, $_value) = @_ }
sub new_variant { my ($_class, $_value) = @_ }
sub parse { my ($_type, $_text) = @_ }
+package Glib::VariantDict;
+our @ISA = qw();
+sub contains { my ($_dict, $_key) = @_ }
+sub end { my ($_dict) = @_ }
+sub insert_value { my ($_dict, $_key, $_value) = @_ }
+sub lookup_value { my ($_dict, $_key, $_expected_type) = @_ }
+sub new { my ($_class, $_from_asv) = @_ }
+sub remove { my ($_dict, $_key) = @_ }
+
package Glib::VariantType;
our @ISA = qw();
sub element { my ($_type) = @_ }