Method

ValentApplicationPluginactivate

unstable since: 1.0

Declaration [src]

gboolean
valent_application_plugin_activate (
  ValentApplicationPlugin* plugin
)

Description [src]

Handle activation of the application.

Implementations should override this method to handle activation, as a result of GApplication::activate being emitted on the primary instance of the application.

Available since: 1.0

Return value

Type: gboolean

TRUE if handled, or FALSE if not.