Gio.DBusConnection.prototype.export_menu_model

function export_menu_model(object_path: String, menu: Gio.MenuModel): Number(guint) {
    // Gjs wrapper for g_dbus_connection_export_menu_model()
}
  

Exports menu on connection at object_path.

The implemented D-Bus API should be considered private. It is subject to change in the future.

An object path can only have one menu model exported on it. If this constraint is violated, the export will fail and 0 will be returned (with @error set accordingly).

You can unexport the menu model using Gio.DBusConnection.prototype.unexport_menu_model with the return value of this function.

Since 2.32

object_path

a D-Bus object path

menu

a Gio.MenuModel

Returns

the ID of the export (never zero), or 0 in case of failure