GNOME Bugzilla – Bug 336445
Magic values for the state of contacts
Last modified: 2006-03-29 19:12:37 UTC
Jan Schampera recently pointed out that in struct _GmContact (in lib/gmcontacts/gmcontacts.h), there is an int state member which is documented like this : int state; /* Status of the user: 0: available 1: do not disturb/busy 2: auto answer 3: forward 4: called 5: offline */ This should use a nice enum.