DBusConnection.unexportMenuModel
void unexportMenuModel(uint exportId)Reverses the effect of a previous call to [gio.dbus_connection.DBusConnection.exportMenuModel].
It is an error to call this function with an ID that wasn't returned from [gio.dbus_connection.DBusConnection.exportMenuModel] or to call it with the same ID more than once.
Parameters
exportId | the ID from [gio.dbus_connection.DBusConnection.exportMenuModel] |