Method
GioMenuAttributeIterget_value
since: 2.32
Declaration [src]
GVariant*
g_menu_attribute_iter_get_value (
GMenuAttributeIter* iter
)
Description [src]
Gets the value of the attribute at the current iterator position.
The iterator is not advanced.
Available since: 2.32
Return value
Type: GVariant
The value of the current attribute.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |