Method

ValentApplicationPlugindbus_unregister

unstable since: 1.0

Declaration [src]

void
valent_application_plugin_dbus_unregister (
  ValentApplicationPlugin* plugin,
  GDBusConnection* connection,
  const char* object_path
)

Description [src]

Handle the D-Bus unregistration phase of the application.

Implementations should override this method to unexport anything exported in Valent.ApplicationPluginClass.dbus_register.

Available since: 1.0

Parameters

connection

Type: GDBusConnection

A Gio.DBusCOnnection

The data is owned by the caller of the method.
object_path

Type: const char*

A D.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.