gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-6-


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-6-ge05eb56
Date: Sat, 01 May 2010 15:55:54 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  e05eb569c32703bb95f1e587cb1677a18253d669 (commit)
      from  8ee306a89e52a0dbe9ff728af092b3d998a20232 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=e05eb569c32703bb95f1e587cb1677a18253d669


commit e05eb569c32703bb95f1e587cb1677a18253d669
Author: Daniele Forsi <address@hidden>
Date:   Sat May 1 17:55:17 2010 +0200

    Document some GN_PHONEBOOK_ENTRY_*

diff --git a/include/gnokii/common.h b/include/gnokii/common.h
index 1d6f73a..c003f06 100644
--- a/include/gnokii/common.h
+++ b/include/gnokii/common.h
@@ -223,20 +223,20 @@ typedef enum {
        GN_PHONEBOOK_ENTRY_Postal          = 0x09,
        GN_PHONEBOOK_ENTRY_Note            = 0x0a,
        GN_PHONEBOOK_ENTRY_Number          = 0x0b,
-       GN_PHONEBOOK_ENTRY_Ringtone        = 0x0c,
+       GN_PHONEBOOK_ENTRY_Ringtone        = 0x0c, /* Ringtone */
        GN_PHONEBOOK_ENTRY_Date            = 0x13, /* Date is used for 
DC,RC,etc (last calls) */
        GN_PHONEBOOK_ENTRY_Pointer         = 0x1a, /* Pointer to the other 
memory */
-       GN_PHONEBOOK_ENTRY_Logo            = 0x1b,
+       GN_PHONEBOOK_ENTRY_Logo            = 0x1b, /* Bitmap */
        GN_PHONEBOOK_ENTRY_LogoSwitch      = 0x1c,
-       GN_PHONEBOOK_ENTRY_Group           = 0x1e,
+       GN_PHONEBOOK_ENTRY_Group           = 0x1e, /* Octect */
        GN_PHONEBOOK_ENTRY_URL             = 0x2c,
-       GN_PHONEBOOK_ENTRY_Location        = 0x2f, /* ??? */
-       GN_PHONEBOOK_ENTRY_Image           = 0x33,
-       GN_PHONEBOOK_ENTRY_RingtoneAdv     = 0x37,
+       GN_PHONEBOOK_ENTRY_Location        = 0x2f, /* Octect */
+       GN_PHONEBOOK_ENTRY_Image           = 0x33, /* File ID */
+       GN_PHONEBOOK_ENTRY_RingtoneAdv     = 0x37, /* File ID or Ringtone */
        GN_PHONEBOOK_ENTRY_UserID          = 0x38,
-       GN_PHONEBOOK_ENTRY_PTTAddress      = 0x3f, /* string */
+       GN_PHONEBOOK_ENTRY_PTTAddress      = 0x3f,
        GN_PHONEBOOK_ENTRY_ExtGroup        = 0x43,
-       GN_PHONEBOOK_ENTRY_Video           = 0x45, /* ID */
+       GN_PHONEBOOK_ENTRY_Video           = 0x45, /* File ID */
        GN_PHONEBOOK_ENTRY_FirstName       = 0x46,
        GN_PHONEBOOK_ENTRY_LastName        = 0x47,
        GN_PHONEBOOK_ENTRY_PostalAddress   = 0x4a,
@@ -250,7 +250,7 @@ typedef enum {
        GN_PHONEBOOK_ENTRY_JobTitle        = 0x54,
        GN_PHONEBOOK_ENTRY_Company         = 0x55,
        GN_PHONEBOOK_ENTRY_Nickname        = 0x56,
-       GN_PHONEBOOK_ENTRY_Birthday        = 0x57,
+       GN_PHONEBOOK_ENTRY_Birthday        = 0x57, /* Date */
 } gn_phonebook_entry_type;
 
 GNOKII_API const char *gn_phonebook_entry_type2str(gn_phonebook_entry_type t);

-----------------------------------------------------------------------

Summary of changes:
 include/gnokii/common.h |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]