Changeset 6282 for trunk/licq/include/licq_events.h
- Timestamp:
- 06/14/08 03:45:40 (7 months ago)
- Files:
-
- 1 modified
-
trunk/licq/include/licq_events.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_events.h
r6217 r6282 406 406 * 407 407 * For contact updates, ppid and id are valid. For group updates, argument 408 * holds the group id .408 * holds the group id except for reordered which applies to entire list. 409 409 */ 410 410 enum SubSignals_UPDATExLIST … … 415 415 LIST_GROUP_ADDED = 4, /**< A group was added to the list */ 416 416 LIST_GROUP_REMOVED = 5, /**< A group was removed from the list */ 417 LIST_GROUP_CHANGED = 6 /**< Data for a group has changed */ 417 LIST_GROUP_CHANGED = 6, /**< Data for a group has changed */ 418 LIST_GROUP_REORDERED = 7, /**< Group sorting has changed */ 418 419 }; 419 420
