comparison src/status.h @ 11696:8094a66d574b

[gaim-migrate @ 13982] Fix some status documentation typos committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Tue, 18 Oct 2005 18:09:13 +0000
parents 723487d07aa0
children d799f242be3f
comparison
equal deleted inserted replaced
11695:a23b55e23754 11696:8094a66d574b
45 * to mark this buddy as "away," so it creates a new GaimStatus. 45 * to mark this buddy as "away," so it creates a new GaimStatus.
46 * The GaimStatus has its GaimStatusType set to the "away" state 46 * The GaimStatus has its GaimStatusType set to the "away" state
47 * for the oscar PRPL. The GaimStatus also contains the buddy's 47 * for the oscar PRPL. The GaimStatus also contains the buddy's
48 * away message. GaimStatuses are sometimes saved, depending on 48 * away message. GaimStatuses are sometimes saved, depending on
49 * the context. The current GaimStatuses associated with each of 49 * the context. The current GaimStatuses associated with each of
50 * your accounts is saved so that the next time you start Gaim, 50 * your accounts are saved so that the next time you start Gaim,
51 * your accounts will be set to their last know statuses. There 51 * your accounts will be set to their last known statuses. There
52 * is also a list of saved statuses that are written to the 52 * is also a list of saved statuses that are written to the
53 * status.xml file. Also, each GaimStatus has a "savable" boolean. 53 * status.xml file. Also, each GaimStatus has a "savable" boolean.
54 * If "savable" is set to FALSE then the status is NEVER saved. 54 * If "savable" is set to FALSE then the status is NEVER saved.
55 * All GaimStatuses should be inside a GaimPresence. 55 * All GaimStatuses should be inside a GaimPresence.
56 * 56 *
57 * 57 *
58 * A GaimStatus is either "indepedent" or "exclusive." 58 * A GaimStatus is either "indepedent" or "exclusive."
59 * Independent statuses can be active or inactive and it doesn't 59 * Independent statuses can be active or inactive and it doesn't
60 * affect anything else. However, you can only have one exclusive 60 * affect anything else. However, you can only have one exclusive
61 * status per GaimPresence. If you active one exlusive status, 61 * status per GaimPresence. If you activate one exlusive status,
62 * then the previous exclusive status is automatically deactivated. 62 * then the previous exclusive status is automatically deactivated.
63 * 63 *
64 * A GaimPresence is like a collection of GaimStatuses (plus some 64 * A GaimPresence is like a collection of GaimStatuses (plus some
65 * other random info). For any buddy, or for any one of your accounts, 65 * other random info). For any buddy, or for any one of your accounts,
66 * or for any person you're chatting with, you may know various 66 * or for any person you're chatting with, you may know various