comparison src/status.h @ 10469:51b87da4e9f0

[gaim-migrate @ 11751] Documentation updates committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 04 Jan 2005 01:38:26 +0000
parents c9b1f3fac753
children 54f7939df8e3
comparison
equal deleted inserted replaced
10468:87d2f1a7f984 10469:51b87da4e9f0
94 94
95 /** 95 /**
96 * Lookup the value of a primitive status type based on the id. The 96 * Lookup the value of a primitive status type based on the id. The
97 * ID is a unique plain-text name of the status, without spaces. 97 * ID is a unique plain-text name of the status, without spaces.
98 * 98 *
99 * @param type The unique ID of a primitive status type. 99 * @param id The unique ID of a primitive status type.
100 * 100 *
101 * @return The GaimStatusPrimitive value. 101 * @return The GaimStatusPrimitive value.
102 */ 102 */
103 GaimStatusPrimitive gaim_primitive_get_type_from_id(const char *id); 103 GaimStatusPrimitive gaim_primitive_get_type_from_id(const char *id);
104 104