/pidgin/main: 926551540b3b: Cleanup documentation issues for sta...
Gary Kramlich <[email protected]> Fri, 09 Sep 2016 13:09:02 -0400
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 926551540b3b997d99c91f6b205124dbf67234e0 Author: Gary Kramlich <[email protected]> Date: 2016-08-28 16:46 -0500 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/926551540b3b Description: Cleanup documentation issues for status.h diffstat: libpurple/status.h | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diffs (32 lines): diff --git a/libpurple/status.h b/libpurple/status.h --- a/libpurple/status.h +++ b/libpurple/status.h @@ -69,7 +69,16 @@ typedef struct _PurpleMood { /** * PurpleStatusPrimitive: - * + * @PURPLE_STATUS_UNSET: The status is not set + * @PURPLE_STATUS_OFFLINE: The status is offline + * @PURPLE_STATUS_AVAILABLE: The status is available + * @PURPLE_STATUS_UNAVAILABLE: The status is unavailable + * @PURPLE_STATUS_INVISIBLE: The stuatus is invisible + * @PURPLE_STATUS_AWAY: The status is away + * @PURPLE_STATUS_EXTENDED_AWAY: The status is extended away/do not disturb + * @PURPLE_STATUS_MOBILE: The status is mobile + * @PURPLE_STATUS_TUNE: The status includes a song title + * @PURPLE_STATUS_MOOD: The status includes a mood * A primitive defining the basic structure of a status type. */ /* @@ -88,7 +97,9 @@ typedef enum PURPLE_STATUS_MOBILE, PURPLE_STATUS_TUNE, PURPLE_STATUS_MOOD, - PURPLE_STATUS_NUM_PRIMITIVES + + /*< private >*/ + PURPLE_STATUS_NUM_PRIMITIVES, } PurpleStatusPrimitive; #include "presence.h" _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits