#include <stdio.h>
#include "account.h"
#include "conversation.h"
Include dependency graph for log.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | _GaimLogLogger |
A log logger. More... | |
struct | _GaimLog |
A log. More... | |
Typedefs | |
typedef _GaimLog | GaimLog |
typedef _GaimLogLogger | GaimLogLogger |
Enumerations | |
enum | GaimLogType { GAIM_LOG_IM, GAIM_LOG_CHAT, GAIM_LOG_SYSTEM } |
enum | GaimLogReadFlags { GAIM_LOG_READ_NO_NEWLINE = 1 } |
gaim
Gaim is the legal property of its developers, whose names are too numerous to list here. Please refer to the COPYRIGHT file distributed with this source distribution.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Implements GCompareFunc.
|
|
Frees a log.
|
|
Returns a list of all available logs.
|
|
Returns the size of a log.
|
|
Returns a list of all available system logs.
|
|
Returns the size, in bytes, of all available logs in this conversation.
|
|
Adds a new logger.
|
|
Frees a logger.
|
|
Returns the current logger.
|
|
Returns a GList containing the IDs and Names of the registered log loggers.
|
|
Creates a new logger.
|
|
Removes a logger.
|
|
Sets the current logger.
|
|
Creates a new log.
|
|
Reads from a log.
|
|
Writes to a log file. Assumes you have already checked if logging is appropriate.
|