Update of /cvsroot/gtkpod/libgpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv1451/src

Modified Files:
        itdb.h itdb_itunesdb.c 
Log Message:
        * src/itdb.h
          src/itdb_itunesdb.c (itdb_cp_track_to_ipod): changed declaration
          of 'filename' from "gchar *" to "const gchar *".



Index: itdb.h
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/src/itdb.h,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- itdb.h      11 Jan 2007 07:10:55 -0000      1.57
+++ itdb.h      18 Jan 2007 16:03:57 -0000      1.58
@@ -1,4 +1,4 @@
-/* Time-stamp: <2007-01-09 23:44:56 jcs>
+/* Time-stamp: <2007-01-19 00:59:18 jcs>
 |
 |  Copyright (C) 2002-2006 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -912,7 +912,7 @@
                          const gchar * const * components);
 gboolean itdb_rename_files (const gchar *mp, GError **error);
 gboolean itdb_cp_track_to_ipod (Itdb_Track *track,
-                               gchar *filename, GError **error);
+                               const gchar *filename, GError **error);
 gboolean itdb_cp (const gchar *from_file, const gchar *to_file,
                  GError **error);
 void itdb_filename_fs2ipod (gchar *filename);

Index: itdb_itunesdb.c
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/src/itdb_itunesdb.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- itdb_itunesdb.c     14 Jan 2007 14:28:37 -0000      1.76
+++ itdb_itunesdb.c     18 Jan 2007 16:03:57 -0000      1.77
@@ -1,4 +1,4 @@
-/* Time-stamp: <2007-01-15 01:55:47 jcs>
+/* Time-stamp: <2007-01-19 01:00:08 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -5009,7 +5009,7 @@
  * set accordingly.
  **/
 gboolean itdb_cp_track_to_ipod (Itdb_Track *track,
-                               gchar *filename, GError **error)
+                               const gchar *filename, GError **error)
 {
   static gint dir_num = -1;
   gchar *track_db_path, *ipod_fullfile;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to