|
NAMEGlib::VariantDict - Utilities for dealing with the GVariantDict mutable interface to GVariant dictionariesHIERARCHYGlib::Boxed +----Glib::VariantDict METHODSvariantdict = Glib::VariantDict->new ($from_asv)
Since: glib 2.40 boolean = $dict->contains ($key)
Since: glib 2.40 variant = $dict->endSince: glib 2.40$dict->insert_value ($key, $value)
Since: glib 2.40 variant = $dict->lookup_value ($key, $expected_type)
Since: glib 2.40 boolean = $dict->remove ($key)
Since: glib 2.40 SEE ALSOGlib, Glib::Boxed, Glib::VariantCOPYRIGHTCopyright (C) 2003-2011 by the gtk2-perl team.This software is licensed under the LGPL. See Glib for a full notice.
Visit the GSP FreeBSD Man Page Interface. |