_PurpleLogSet Struct Reference

Describes available logs. More...

#include <log.h>


Data Fields

PurpleLogType type
 The type of logs available.
char * name
 The name of the logs available.
PurpleAccount * account
 The account the available logs took place on.
gboolean buddy
 Is this (account, name) a buddy on the buddy list?
char * normalized_name
 The normalized version of name.


Detailed Description

Describes available logs.

By passing the elements of this struct to purple_log_get_logs(), the caller can get all available PurpleLogs.


Field Documentation

PurpleAccount* _PurpleLogSet::account
 

The account the available logs took place on.

This will be NULL if the account no longer exists. (Depending on a logger's implementation of list, it may not be possible to load such logs.)

char* _PurpleLogSet::normalized_name
 

The normalized version of name.

It must be set, and may be set to the same pointer value as name.


The documentation for this struct was generated from the following file: