Class

IdeJoinedMenu

Description

final class Ide.JoinedMenu : Gio.MenuModel
{
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this IdeJoinedMenu ancestor_0 GMenuModel ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Ancestors

Constructors

ide_joined_menu_new
No description available.

Instance methods

ide_joined_menu_append_menu
No description available.

ide_joined_menu_get_n_joined

Gets the number of joined menus.

ide_joined_menu_prepend_menu
No description available.

ide_joined_menu_remove_index
No description available.

ide_joined_menu_remove_menu
No description available.

Methods inherited from GMenuModel (8)
g_menu_model_get_item_attribute

Queries item at position item_index in model for the attribute specified by attribute.

since: 2.32

g_menu_model_get_item_attribute_value

Queries the item at position item_index in model for the attribute specified by attribute.

since: 2.32

g_menu_model_get_item_link

Queries the item at position item_index in model for the link specified by link.

since: 2.32

g_menu_model_get_n_items

Query the number of items in model.

since: 2.32

g_menu_model_is_mutable

Queries if model is mutable.

since: 2.32

g_menu_model_items_changed

Requests emission of the GMenuModel::items-changed signal on model.

since: 2.32

g_menu_model_iterate_item_attributes

Creates a GMenuAttributeIter to iterate over the attributes of the item at position item_index in model.

since: 2.32

g_menu_model_iterate_item_links

Creates a GMenuLinkIter to iterate over the links of the item at position item_index in model.

since: 2.32

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GMenuModel (1)
GMenuModel::items-changed

Emitted when a change has occurred to the menu.

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 IdeJoinedMenuClass {
  GMenuModelClass parent_class;
  
}
No description available.
Class members
parent_class: GMenuModelClass
No description available.