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-53


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-535-g82d6c6a
Date: Wed, 01 Jan 2014 12:39:27 +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  82d6c6a1bb38ec94f84eb8f6268e09bb1f459a0d (commit)
      from  f94098395007f2a2200d901ed17d85aae25c100b (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=82d6c6a1bb38ec94f84eb8f6268e09bb1f459a0d


commit 82d6c6a1bb38ec94f84eb8f6268e09bb1f459a0d
Author: Daniele Forsi <address@hidden>
Date:   Wed Jan 1 11:36:51 2014 +0100

    Fix comments
    
    Some things work also for newer phones. Fix typos.

diff --git a/include/gnokii/common.h b/include/gnokii/common.h
index 6d53018..fa4f5fa 100644
--- a/include/gnokii/common.h
+++ b/include/gnokii/common.h
@@ -22,8 +22,7 @@
 
 #include <gnokii/rlp-common.h>
 
-/* Type of connection. Now we support serial connection with FBUS cable and
-   IR (only with 61x0 models) */
+/* Type of connection. */
 typedef enum {
        GN_CT_NONE = -1,/* no connection type (error) */
        GN_CT_Serial,   /* Serial connection. */
@@ -191,8 +190,7 @@ typedef struct {
                              in the different ways. */
 } gn_timestamp;
 
-/* Some phones (at the moment 7110/6510 series) supports extended phonebook
-   with additional data.  Here we have structures for them */
+/* Some phones support extended phonebook with additional data. */
 typedef enum {
        GN_PHONEBOOK_NUMBER_None    = 0x00,
        GN_PHONEBOOK_NUMBER_Common  = 0x01,
@@ -205,6 +203,7 @@ typedef enum {
 
 GNOKII_API const char *gn_phonebook_number_type2str(gn_phonebook_number_type 
t);
 
+/* Definition of extended phonebook data. */
 typedef enum {
        GN_PHONEBOOK_ENTRY_Name            = 0x07,
        GN_PHONEBOOK_ENTRY_Email           = 0x08,
@@ -322,7 +321,7 @@ typedef struct {
                                                             phonebook is not 
used */
 } gn_phonebook_entry;
 
-/* This define speed dialling entries. */
+/* This defines speed dialling entries. */
 typedef struct {
        int number;                 /* Which number is used to dialling? */
        gn_memory_type memory_type; /* Memory type of the number. */

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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