![]() |
![]()
| ![]() |
![]()
NAMEGlib::VariantType - Utilities for dealing with the GVariant type system HIERARCHYGlib::Boxed +----Glib::VariantType METHODSvarianttype = Glib::VariantType->new ($type_string)
varianttype = Glib::VariantType->new_array ($element)
varianttype = Glib::VariantType->new_dict_entry ($key, $value)
varianttype = Glib::VariantType->new_maybe ($element)
varianttype = Glib::VariantType->new_tuple ($items)
varianttype = $type->elementboolean = $type1->equal ($type2)
varianttype = $type->firstinteger = $type->hashboolean = $type->is_arrayboolean = $type->is_basicboolean = $type->is_containerboolean = $type->is_definiteboolean = $type->is_dict_entryboolean = $type->is_maybeboolean = $type->is_subtype_of ($supertype)
boolean = $type->is_tupleboolean = $type->is_variantvarianttype = $type->keyunsigned = $type->n_itemsvarianttype = $type->nextscalar = $type->get_stringboolean = Glib::VariantType::string_is_valid ($type_string)
(type_string, rest) = Glib::VariantType::string_scan ($string)Scans the start of $string for a complete type string and extracts it. If no type string can be found, an exception is thrown. varianttype = $type->valueSEE ALSOGlib, Glib::Boxed, Glib::Variant COPYRIGHTCopyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Glib for a full notice.
|