Class
GioMenuAttributeIter
since: 2.32
Description [src]
abstract class Gio.MenuAttributeIter : GObject.Object
{
  GMenuAttributeIterPrivate* priv
}GMenuAttributeIter is an opaque structure type.  You must access it
using the functions below.
Available since: 2.32
Instance methods
g_menu_attribute_iter_get_name
Gets the name of the attribute at the current iterator position, as a string.
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().
since: 2.32
g_menu_attribute_iter_get_value
Gets the value of the attribute at the current iterator position.
since: 2.32
g_menu_attribute_iter_next
Attempts to advance the iterator to the next (possibly first) attribute.
since: 2.32
Signals
Signals inherited from GObject (1)
GObject::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: GObjectClass
- No description available. 
- get_next: gboolean (* get_next) ( GMenuAttributeIter* iter, const gchar** out_name, GVariant** value )
- 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().
since: 2.32