Class
PhocLayoutTransaction
Description [src]
final class Phoc.LayoutTransaction : GObject.Object
{
/* No available fields */
}
Track configures from layer surfaces and emit a signal when all of them have committed new matching buffers.
Instance methods
phoc_layout_transaction_add_layer_dirty
Invoked by layer surfaces when they want to become part of a layout transaction. If the number of outstanding configures isn’t 0 we consider the transaction dirty (in progress).
phoc_layout_transaction_notify_layer_configured
Invoked by layer surfaces when they handle a commit and they were part of a transaction. If the number of outstanding configures drops to 0 we apply the transaction.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.