comparison mcabber/mcabber/api.h @ 1768:d80a9e32ab1a

Refuse to replace existing guards * Settings_set_guard returns success status * API v3 * Min API v3
author Myhailo Danylenko <isbear@ukrpost.net>
date Sat, 13 Mar 2010 20:09:14 +0200
parents e7ce50fe19a9
children e4378fbab5d7
comparison
equal deleted inserted replaced
1767:0e7fe154ab76 1768:d80a9e32ab1a
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 2 6 #define MCABBER_API_VERSION 3
7 #define MCABBER_API_MIN 1 7 #define MCABBER_API_MIN 3
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