view libpurple/gaim-client.h @ 15533:47e9514f1c89

The log-timestamp and conversation-timestamp signals return a string. I found that my local SVN tree had a change from GAIM_TYPE_POINTER to GAIM_TYPE_STRING for the log-timestamp. I figured I might as well commit that and see what happens.
author Richard Laager <rlaager@wiktel.com>
date Sun, 04 Feb 2007 07:18:02 +0000
parents 5fe8042783c1
children
line wrap: on
line source

#ifndef _GAIM_CLIENT_H_INCLUDED_
#define _GAIM_CLIENT_H_INCLUDED_

#include <glib.h>
#include "gaim-client-bindings.h"

G_BEGIN_DECLS

void gaim_init(void);

G_END_DECLS

#endif