Class
GioMenuAttributeIter
Instance methods
g_menu_attribute_iter_get_name
Gets the name of the attribute at the current iterator position, as a string.
Available since: 2.32
g_menu_attribute_iter_get_next
This function combines g_menu_attribute_iter_next()
with
g_menu_attribute_iter_get_name()
and g_menu_attribute_iter_get_value().
Available since: 2.32
g_menu_attribute_iter_get_value
Gets the value of the attribute at the current iterator position.
Available since: 2.32
g_menu_attribute_iter_next
Attempts to advance the iterator to the next (possibly first) attribute.
Available since: 2.32
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct GioMenuAttributeIterClass {
GObjectClass parent_class;
gboolean (* get_next) (
GMenuAttributeIter* iter,
const gchar** out_name,
GVariant** value
);
}
No description available.
Class members
parent_class |
|
No description available. | |
get_next |
|
No description available. |
Virtual methods
Gio.MenuAttributeIterClass.get_next
This function combines g_menu_attribute_iter_next()
with
g_menu_attribute_iter_get_name()
and g_menu_attribute_iter_get_value().
Available since: 2.32