Application.bindBusyProperty

void bindBusyProperty(gobject.object.ObjectWrap object, string property)

Marks application as busy (see [gio.application.Application.markBusy]) while property on object is true.

The binding holds a reference to application while it is active, but not to object. Instead, the binding is destroyed when object is finalized.

Parameters

objecta #GObject
propertythe name of a boolean property of object