comparison mcabber/mcabber/api.h @ 1806:9daf6b3f30d6

Add hook-unread-list-change
author Mikael Berthe <mikael@lilotux.net>
date Sun, 21 Mar 2010 15:22:48 +0100
parents b135572fcd26
children e6d355e50d7a
comparison
equal deleted inserted replaced
1805:48e47198a9db 1806:9daf6b3f30d6
1 #ifndef __MCABBER_API_H__ 1 #ifndef __MCABBER_API_H__
2 #define __MCABBER_API_H__ 1 2 #define __MCABBER_API_H__ 1
3 3
4 #include <mcabber/config.h> // For MCABBER_BRANCH 4 #include <mcabber/config.h> // For MCABBER_BRANCH
5 5
6 #define MCABBER_API_VERSION 9 6 #define MCABBER_API_VERSION 10
7 #define MCABBER_API_MIN 8 7 #define MCABBER_API_MIN 9
8 8
9 extern const gchar *mcabber_branch; 9 extern const gchar *mcabber_branch;
10 extern const guint mcabber_api_version; 10 extern const guint mcabber_api_version;
11 11
12 #endif 12 #endif