mcabber/mcabber/api.h
author Mikael Berthe <mikael@lilotux.net>
Sun, 21 Mar 2010 15:22:48 +0100
changeset 1806 9daf6b3f30d6
parent 1802 b135572fcd26
child 1811 e6d355e50d7a
permissions -rw-r--r--
Add hook-unread-list-change
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1762
e7ce50fe19a9 Introduce mcabber/api.h
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
#ifndef __MCABBER_API_H__
e7ce50fe19a9 Introduce mcabber/api.h
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
#define __MCABBER_API_H__ 1
e7ce50fe19a9 Introduce mcabber/api.h
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
e7ce50fe19a9 Introduce mcabber/api.h
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
#include <mcabber/config.h> // For MCABBER_BRANCH
e7ce50fe19a9 Introduce mcabber/api.h
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     5
1806
9daf6b3f30d6 Add hook-unread-list-change
Mikael Berthe <mikael@lilotux.net>
parents: 1802
diff changeset
     6
#define MCABBER_API_VERSION 10
9daf6b3f30d6 Add hook-unread-list-change
Mikael Berthe <mikael@lilotux.net>
parents: 1802
diff changeset
     7
#define MCABBER_API_MIN     9
1762
e7ce50fe19a9 Introduce mcabber/api.h
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     8
e7ce50fe19a9 Introduce mcabber/api.h
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     9
extern const gchar *mcabber_branch;
e7ce50fe19a9 Introduce mcabber/api.h
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    10
extern const guint mcabber_api_version;
e7ce50fe19a9 Introduce mcabber/api.h
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    11
e7ce50fe19a9 Introduce mcabber/api.h
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    12
#endif