view 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
line wrap: on
line source

#ifndef __MCABBER_API_H__
#define __MCABBER_API_H__ 1

#include <mcabber/config.h> // For MCABBER_BRANCH

#define MCABBER_API_VERSION 7
#define MCABBER_API_MIN     4

extern const gchar *mcabber_branch;
extern const guint mcabber_api_version;

#endif