logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Glib::VariantDict - Utilities for dealing with the GVariantDict mutable interface to GVariant

Hierarchy

Glib::Boxed +----Glib::VariantDict

Methods

variantdict=Glib::VariantDict->new($from_asv) • $from_asv (Glib::Variant) Since: glib 2.40 boolean=$dict->contains($key) • $key (string) Since: glib 2.40 variant=$dict->end Since: glib 2.40 $dict->insert_value($key,$value) • $key (string) • $value (Glib::Variant) Since: glib 2.40 variant=$dict->lookup_value($key,$expected_type) • $key (string) • $expected_type (Glib::VariantType) Since: glib 2.40 boolean=$dict->remove($key) • $key (string) Since: glib 2.40

Name

Glib::VariantDict - Utilities for dealing with the GVariantDict mutable interface to GVariant dictionaries

See Also

Glib, Glib::Boxed, Glib::Variant

See Also