gnokii-commit
[Top][All Lists]
Advanced

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

gnokii/include/gnokii common.h,1.127,1.128 data.h,1.67,1.68


From: BORBELY Zoltan <address@hidden>
Subject: gnokii/include/gnokii common.h,1.127,1.128 data.h,1.67,1.68
Date: Sun, 19 Oct 2003 21:17:56 +0000

Update of /cvsroot/gnokii/gnokii/include/gnokii
In directory subversions:/tmp/cvs-serv6921/include/gnokii

Modified Files:
        common.h data.h 
Log Message:
GetRingtoneList added


Index: common.h
===================================================================
RCS file: /cvsroot/gnokii/gnokii/include/gnokii/common.h,v
retrieving revision 1.127
retrieving revision 1.128
diff -C2 -d -r1.127 -r1.128
*** common.h    7 Sep 2003 22:01:58 -0000       1.127
--- common.h    19 Oct 2003 21:17:54 -0000      1.128
***************
*** 642,644 ****
--- 642,662 ----
  } gn_tone;
  
+ #define GN_RINGTONE_MAX_NAME 20
+ #define GN_RINGTONE_MAX_COUNT 256
+ 
+ typedef struct {
+       int location;
+       char name[20];
+       int user_defined;
+       int readable;
+       int writable;
+ } gn_ringtone_info;
+ 
+ typedef struct {
+       int count;
+       int userdef_location;
+       int userdef_count;
+       gn_ringtone_info ringtone[GN_RINGTONE_MAX_COUNT];
+ } gn_ringtone_list;
+ 
  #endif        /* _gnokii_common_h */

Index: data.h
===================================================================
RCS file: /cvsroot/gnokii/gnokii/include/gnokii/data.h,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** data.h      18 Jun 2003 20:41:38 -0000      1.67
--- data.h      19 Oct 2003 21:17:54 -0000      1.68
***************
*** 99,102 ****
--- 99,103 ----
        gn_locks_info *locks_info;
        gn_tone *tone;
+       gn_ringtone_list *ringtone_list;
  } gn_data;
  
***************
*** 223,226 ****
--- 224,228 ----
        GN_OP_SetActiveProfile,
        GN_OP_PlayTone,
+       GN_OP_GetRingtoneList,
        GN_OP_Max,      /* don't append anything after this entry */
  } gn_operation;





reply via email to

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