Method
GioApplicationunbind_busy_property
since: 2.44
Declaration [src]
void
g_application_unbind_busy_property (
  GApplication* application,
  GObject* object,
  const gchar* property
)
Description [src]
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: GObjectA GObject.The data is owned by the caller of the method. 
- property
- 
            Type: const gchar*The name of a boolean property of object.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.