view libpurple/purple-client.h @ 21165:184f5991502d

Change the ordering of the options in the system tray dropdown menu so they're ordered high-medium-low instead of high-low-medium
author Mark Doliner <mark@kingant.net>
date Thu, 08 Nov 2007 08:28:09 +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