Method

PurpleNotifyUserInfoget_entries

since: 2.0

Declaration [src]

GQueue*
purple_notify_user_info_get_entries (
  PurpleNotifyUserInfo* user_info
)

Description [src]

Retrieve the array of PurpleNotifyUserInfoEntry objects from a PurpleNotifyUserInfo

This GQueue may be manipulated directly with normal GQueue functions such as g_queue_push_tail(). Only PurpleNotifyUserInfoEntry are allowed in the queue. If a PurpleNotifyUserInfoEntry item is added to the queue, it should not be freed by the caller; PurpleNotifyUserInfo will free it when destroyed.

To remove a PurpleNotifyUserInfoEntry, use purple_notify_user_info_remove_entry(). Do not use the GQueue directly.

Available since: 2.0

Return value

Type: GQueue

A GQueue of PurpleNotifyUserInfoEntry objects.

The data is owned by the instance.