summaryrefslogtreecommitdiffstats
path: root/fake_packages
diff options
context:
space:
mode:
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) = @_ }