view libpurple/purple-client.h @ 26752:f22ecddd3eba

Clean up the PurpleSmiley documentation. Removed references to parameters that don't exist and ref-counting that is no longer here. Deprecate purple_smiley_get_storing_dir. It's completely unused. I also ripped out the smileys_dir from the code and made get_storing_dir return "".
author Paul Aurich <paul@darkrain42.org>
date Thu, 12 Mar 2009 05:32:25 +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