DBusConnection.unexportMenuModel

Reverses the effect of a previous call to g_dbus_connection_export_menu_model(). It is an error to call this function with an ID that wasn't returned from g_dbus_connection_export_menu_model() or to call it with the same ID more than once. Since 2.32

class DBusConnection
void
unexportMenuModel
()

Parameters

exportId uint

the ID from g_dbus_connection_export_menu_model()

Meta