Obtains a #GDBusMenuModel for the menu model which is exported at the given bus_name and object_path.
Queries the item at position item_index in model for the attribute specified by attribute.
Queries the item at position item_index in model for the link specified by link.
Query the number of items in model.
Queries if model is mutable.
Requests emission of the #GMenuModel::items-changed signal on model.
Creates a #GMenuAttributeIter to iterate over the attributes of the item at position item_index in model.
Creates a #GMenuLinkIter to iterate over the links of the item at position item_index in model.
Connect to ItemsChanged signal.
gio.dbus_menu_model.DBusMenuModel is an implementation of gio.menu_model.MenuModel that can be used as a proxy for a menu model that is exported over D-Bus with gio.dbus_connection.DBusConnection.exportMenuModel.