view libpurple/purple-client.h @ 26580:0dddfdb3a24a

A status-icon theme editor. TODO: * Actually create the XML files for the theme laoders (I don't really plan on writing that part of the code >:) ) * The selected icons are stored in a theme-hierarchy under "/tmp". This needs to be fixed to use a more appropriate location (volunteers?).
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 19 Apr 2009 17:30:59 +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