Method

PidginDisplayItemset_children

since: 3.0

Declaration [src]

void
pidgin_display_item_set_children (
  PidginDisplayItem* item,
  GListModel* children
)

Description [src]

Sets the children of item to children. If children is not NULL then the model must have an item type of PidginDisplayItem.

Available since: 3.0

Parameters

children

Type: GObject

The new children.

The argument can be NULL.
The data is owned by the caller of the function.