Method

PurpleHistoryManagerfind

since: 3.0

Declaration [src]

PurpleHistoryAdapter*
purple_history_manager_find (
  PurpleHistoryManager* manager,
  const gchar* id
)

Description [src]

Gets the PurpleHistoryAdapter identified by id if found, otherwise NULL.

Available since: 3.0

Parameters

id

Type: const gchar*

The id of the PurpleHistoryAdapter to find.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: PurpleHistoryAdapter

The PurpleHistoryAdapter identified by id or NULL.

The data is owned by the instance.