Application.bindBusyProperty

Marks @application as busy (see g_application_mark_busy()) 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.

class Application
void
bindBusyProperty

Parameters

object ObjectG

a #GObject

property string

the name of a boolean property of @object

Meta

Since

2.44