comparison mcabber/mcabber/api.h @ 1791:6e0a8bfb3a01

Add scr_gettextheight()
author Myhailo Danylenko <isbear@ukrpost.net>
date Mon, 15 Mar 2010 00:47:39 +0200
parents 1f913c92c9b2
children 47699a09ceb3
comparison
equal deleted inserted replaced
1790:a1d987cc1a4d 1791:6e0a8bfb3a01
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 6 6 #define MCABBER_API_VERSION 7
7 #define MCABBER_API_MIN 4 7 #define MCABBER_API_MIN 4
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