Mercurial > pidgin
annotate libpurple/version.h.in @ 21910:eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
libpurple's version. Fixes #4408.
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Fri, 21 Dec 2007 18:57:48 +0000 |
parents | 44b4e8bd759b |
children | 1d8b7e42d9a4 |
rev | line source |
---|---|
16583
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
1 /** |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
2 * @file version.h Purple Versioning |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
3 * |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
4 * purple |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
5 * |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
6 * Purple is the legal property of its developers, whose names are too numerous |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
7 * to list here. Please refer to the COPYRIGHT file distributed with this |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
8 * source distribution. |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
9 * |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
10 * This program is free software; you can redistribute it and/or modify |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
11 * it under the terms of the GNU General Public License as published by |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
12 * the Free Software Foundation; either version 2 of the License, or |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
13 * (at your option) any later version. |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
14 * |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
15 * This program is distributed in the hope that it will be useful, |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
18 * GNU General Public License for more details. |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
19 * |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
20 * You should have received a copy of the GNU General Public License |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
21 * along with this program; if not, write to the Free Software |
19681
44b4e8bd759b
The FSF changed its address a while ago; our files were out of date.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
16816
diff
changeset
|
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
16583
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
23 */ |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
24 #ifndef _PURPLE_VERSION_H_ |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
25 #define _PURPLE_VERSION_H_ |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
26 |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
27 #define PURPLE_MAJOR_VERSION (@PURPLE_MAJOR_VERSION@) |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
28 #define PURPLE_MINOR_VERSION (@PURPLE_MINOR_VERSION@) |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
29 #define PURPLE_MICRO_VERSION (@PURPLE_MICRO_VERSION@) |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
30 |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
31 #define PURPLE_VERSION_CHECK(x,y,z) ((x) == PURPLE_MAJOR_VERSION && \ |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
32 ((y) < PURPLE_MINOR_VERSION || \ |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
33 ((y) == PURPLE_MINOR_VERSION && (z) <= PURPLE_MICRO_VERSION))) |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
34 |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
35 #ifdef __cplusplus |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
36 extern "C" { |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
37 #endif |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
38 |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
39 /** |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
40 * Checks that the libpurple version is compatible with the requested |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
41 * version |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
42 * |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
43 * @param required_major: the required major version. |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
44 * @param required_minor: the required minor version. |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
45 * @param required_micro: the required micro version. |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
46 * |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
47 * @return NULL if the versions are compatible, or a string describing |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
48 * the version mismatch if not compatible. |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
49 */ |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
50 const char *purple_version_check(guint required_major, guint required_minor, guint required_micro); |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
51 |
21910
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
52 /** |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
53 * Returns the major version of the running libpurple. Contrast with |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
54 * #PURPLE_MAJOR_VERSION, which expands at compile time to the major version of |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
55 * libpurple being compiled against. |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
56 * |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
57 * @since 2.4.0 |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
58 */ |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
59 guint purple_version_get_major(void); |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
60 |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
61 /** |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
62 * Returns the minor version of the running libpurple. Contrast with |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
63 * #PURPLE_MINOR_VERSION, which expands at compile time to the minor version of |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
64 * libpurple being compiled against. |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
65 * |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
66 * @since 2.4.0 |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
67 */ |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
68 guint purple_version_get_minor(void); |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
69 /** |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
70 * |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
71 * Returns the micro version of the running libpurple. Contrast with |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
72 * #PURPLE_MICRO_VERSION, which expands at compile time to the micro version of |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
73 * libpurple being compiled against. |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
74 * |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
75 * @since 2.4.0 |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
76 */ |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
77 guint purple_version_get_micro(void); |
eb2e2585f917
Add purple_version_get_{major,minor,micro} functions to get the running
Will Thompson <will.thompson@collabora.co.uk>
parents:
19681
diff
changeset
|
78 |
16583
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
79 #ifdef __cplusplus |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
80 } |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
81 #endif |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
82 |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
83 #endif /* _PURPLE_VERSION_H_ */ |
ce049678a67b
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <stu@nosnilmot.com>
parents:
diff
changeset
|
84 |