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.

[]

Ancestors

[]

Functions

phoc_layout_transaction_get_default

Get the layout transaction singleton.

[]

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_is_active
No description available.

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.

Methods inherited from GObject (43)
[]

Properties

Phoc.LayoutTransaction:active
No description available.

[]

Signals

Signals inherited from GObject (1)

Class structure