1Glib::VariantDict(3)  User Contributed Perl Documentation Glib::VariantDict(3)
2
3
4

NAME

6       Glib::VariantDict
7

HIERARCHY

9         Glib::Boxed
10         +----Glib::VariantDict
11

METHODS

13   variantdict = Glib::VariantDict->new ($from_asv)
14       ·   $from_asv (Glib::Variant)
15
16       Since: glib 2.40
17
18   boolean = $dict->contains ($key)
19       ·   $key (string)
20
21       Since: glib 2.40
22
23   variant = $dict->end
24       Since: glib 2.40
25
26   $dict->insert_value ($key, $value)
27       ·   $key (string)
28
29       ·   $value (Glib::Variant)
30
31       Since: glib 2.40
32
33   variant = $dict->lookup_value ($key, $expected_type)
34       ·   $key (string)
35
36       ·   $expected_type (Glib::VariantType)
37
38       Since: glib 2.40
39
40   boolean = $dict->remove ($key)
41       ·   $key (string)
42
43       Since: glib 2.40
44

SEE ALSO

46       Glib, Glib::Boxed
47
49       Copyright (C) 2003-2011 by the gtk2-perl team.
50
51       This software is licensed under the LGPL.  See Glib for a full notice.
52
53
54
55perl v5.30.0                      2019-07-29              Glib::VariantDict(3)
Impressum