After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 336445 - Magic values for the state of contacts
Magic values for the state of contacts
Status: RESOLVED FIXED
Product: ekiga
Classification: Applications
Component: general
GIT master
Other All
: Normal minor
: ---
Assigned To: Snark
Ekiga maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-29 07:41 UTC by Snark
Modified: 2006-03-29 19:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Snark 2006-03-29 07:41:57 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.