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)

Please see GObject for a full list of methods.

Properties

Phoc.LayoutTransaction:active
No description available.

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.

Class structure

struct PhocLayoutTransactionClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.