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