comparison src/status.h @ 11491:26791d1e69ff

[gaim-migrate @ 13734] wow, i can't believe it takes eclipse this long to commit a 1 character typo fix. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sat, 10 Sep 2005 18:37:43 +0000
parents 90be432e8385
children 6e40226a3321
comparison
equal deleted inserted replaced
11490:1ae1454204cd 11491:26791d1e69ff
28 /** 28 /**
29 * A brief explanation of the status API: 29 * A brief explanation of the status API:
30 * 30 *
31 * GaimStatusType's are created by each PRPL. They outline the 31 * GaimStatusType's are created by each PRPL. They outline the
32 * available statuses of the protocol. AIM, for example, supports 32 * available statuses of the protocol. AIM, for example, supports
33 * and available state with an optional available message, an away 33 * an available state with an optional available message, an away
34 * state with a mandatory message, and an invisible state (which is 34 * state with a mandatory message, and an invisible state (which is
35 * technically "independent" of the other two, but we'll get into 35 * technically "independent" of the other two, but we'll get into
36 * that later). GaimStatusTypes are very permanent. They are 36 * that later). GaimStatusTypes are very permanent. They are
37 * hardcoded in each PRPL and will not change often. And because 37 * hardcoded in each PRPL and will not change often. And because
38 * they are hardcoded, they do not need to be saved to any XML file. 38 * they are hardcoded, they do not need to be saved to any XML file.