is_dict_entry
Description:
Determines if the given this is a dictionary entry type.
This is true if the type string for this starts with a '{'.
This function returns true for any indefinite type for which every definite subtype is a dictionary entry type -- g_variant_type_dict_entry, for example.
Parameters:
this |
Returns:
true if this is a dictionary entry type Since 2.24 |