Method

GioApplicationunbind_busy_property

since: 2.44

Declaration

void
g_application_unbind_busy_property (
  GApplication* application,
  GObject* object,
  const gchar* property
)

Description

Destroys a binding between property and the busy state of application that was previously created with g_application_bind_busy_property().

Available since: 2.44

Parameters

object

Type: GObject

A GObject.

The data is owned by the caller of the function.
property

Type: const gchar*

The name of a boolean property of object.

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