Package: gio

Function gio:application-bind-busy-property

Lambda List

gio:application-bind-busy-property (application object property)

Arguments

application -- a g:application instance
object -- a g:object instance
property -- a string for 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

#2025-2-3