Method

PidginDisplayItemget_children

since: 3.0

Declaration [src]

GListModel*
pidgin_display_item_get_children (
  PidginDisplayItem* item
)

Description [src]

Gets the children for item if there are any.

Available since: 3.0

Return value

Type: A list model of GObject

The children of item if there are any.

The data is owned by the instance.
The return value can be NULL.