libpurple/purple-client.h@6ff708c38c04
libpurple/purple-client.h
Sun, 15 May 2016 15:32:05 -0300
- author
- Florian Quèze <florian@instantbird.org>
- date
- Sun, 15 May 2016 15:32:05 -0300
- changeset 37679
- 6ff708c38c04
- parent 34825
-
91d3e038fa70
- child 38057
-
41f47eb1aa19
- permissions
- -rw-r--r--
Add "account-status-changing" signal from instantbird
It's like "account-status-changed", but emitted before the status change
instead of after.
Instantbird ticket: https://bugzilla.mozilla.org/show_bug.cgi?id=954403
#ifndef _PURPLE_CLIENT_H_INCLUDED_
#define _PURPLE_CLIENT_H_INCLUDED_
#include <glib.h>
#include <glib-object.h>
#include "purple-client-bindings.h"
G_BEGIN_DECLS
void purple_init(void);
G_END_DECLS
#endif