view libpurple/purple-client.h @ 18913:1d243e70db35

Refactor msim_tooltip_text() and msim_get_info_cb(), so that they now both use one function, msim_append_user_info(), to create PurpleNotifyUserInfo. The information now always comes from an MsimUser instead of sometimes coming from MsimUser (for tooltip text) and sometimes from a user info protocol reply, msim_store_buddy_info() now can store user information from an MsimMessage into any MsimUser (such as a temporary user created when doing get info on someone not on your buddy list), or into the MsimUser of PurpleBuddy.proto_data.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Mon, 13 Aug 2007 00:38:43 +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