view libpurple/purple-client.h @ 27264:7f5ce6fa0a25

Provide a custom URL per-email for gmail notifications, since Google gives it to us. This doesn't actually work for me (even though the URL is correct), but I assume that has something to do with some crazy adblock/noscript/popup blocker extensions.
author Paul Aurich <paul@darkrain42.org>
date Fri, 03 Jul 2009 05:25:41 +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