Mercurial > pidgin
view libpurple/purple-client.h @ 31973:49a33bd1baf1
Use the new accessor functions.
FINCH_GET_DATA() and FINCH_CONV() were both used to do the same thing
for a PurpleConversation, so standardize on FINCH_CONV().
author | andrew.victor@mxit.com |
---|---|
date | Fri, 26 Aug 2011 21:09:27 +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