Function

Birbcount_list_model_n_items_changed

unstable since: 0.4

Declaration [src]

void
birb_count_list_model_n_items_changed (
  GListModel* model,
  guint* counter
)

Description [src]

Updates counter every time the n-items property changes.

Note: Not all GListModel implement this property.

This is useful for unit tests around GListModel implementations.

Available since: 0.4

Parameters

model

Type: GObject

A list model.

The data is owned by the caller of the function.
counter

Type: guint*

The address of the counter.

The data is owned by the caller of the function.