view libpurple/purple-client.h @ 16872:38b3ca4b353d

Docklet icon is now tied to the saved status, so listen to the savedstatus-changed signal instead of account-status-changed. Also listen to account-connecting to make connecting icon to display when an account is connecting without changing the status selector.
author Casey Harkins <charkins@pidgin.im>
date Fri, 04 May 2007 04:12:17 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#ifndef _PURPLE_CLIENT_H_INCLUDED_
#define _PURPLE_CLIENT_H_INCLUDED_

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

G_BEGIN_DECLS

void purple_init(void);

G_END_DECLS

#endif