Package: gio

Function g-application-bind-busy-property

Lambda List

g-application-bind-busy-property (application object property)

Arguments

application -- a g-application instance
object -- a g-object instance
property -- a string with the name of a boolean property of object

Details

Marks the application as busy while the property on the object is true. See the g-application-mark-busy function.

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

See also

2021-9-9