commit 76eb97d95be7e8b558c241f773f8ae3c05945562
Author: Nathaniel McCallum <nathan...@natemccallum.com>
Date:   Thu Mar 25 12:37:40 2010 -0400

    remove comments indicating necessary new functions in libgpod (since they 
now exist)

 bindings/mono/libgpod-sharp/ChapterData.cs |    3 +--
 bindings/mono/libgpod-sharp/PhotoAlbum.cs  |    4 +---
 bindings/mono/libgpod-sharp/PhotoDB.cs     |    4 +---
 3 files changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/bindings/mono/libgpod-sharp/ChapterData.cs 
b/bindings/mono/libgpod-sharp/ChapterData.cs
index bec3cdf..00b0b03 100644
--- a/bindings/mono/libgpod-sharp/ChapterData.cs
+++ b/bindings/mono/libgpod-sharp/ChapterData.cs
@@ -37,7 +37,6 @@ namespace GPod {
                        [DllImport ("gpod")]
                        public static extern IntPtr 
itdb_chapterdata_duplicate(HandleRef chapterdata);
                        
-                       // TODO: Not in libgpod
                        [DllImport ("gpod")]
                        public static extern void   
itdb_chapterdata_unlink_chapter(HandleRef chapterdata, HandleRef chapter);
                        
@@ -71,4 +70,4 @@ namespace GPod {
                
                public IList<Chapter> Chapters { get { return new 
ChapterList(true, Handle, Struct.chapters); } }
        }
-}
\ No newline at end of file
+}
diff --git a/bindings/mono/libgpod-sharp/PhotoAlbum.cs 
b/bindings/mono/libgpod-sharp/PhotoAlbum.cs
index c5307ac..1cc3e35 100644
--- a/bindings/mono/libgpod-sharp/PhotoAlbum.cs
+++ b/bindings/mono/libgpod-sharp/PhotoAlbum.cs
@@ -39,11 +39,9 @@ namespace GPod {
                        public long   song_id;
                        // Ignore the rest
 
-                       // TODO: Not in libgpod
                        [DllImport ("gpod")]
                        public static extern IntPtr 
itdb_photodb_photoalbum_new(string albumname);
                        
-                       // TODO: Not in libgpod
                        [DllImport ("gpod")]
                        public static extern void   
itdb_photodb_photoalbum_free(HandleRef album);
                        
@@ -96,4 +94,4 @@ namespace GPod {
                //public Track                          Song                    
        { get { return Struct.transition_duration; }
                //                                                              
                                  set { Struct.transition_duration = value; } }
        }
-}
\ No newline at end of file
+}
diff --git a/bindings/mono/libgpod-sharp/PhotoDB.cs 
b/bindings/mono/libgpod-sharp/PhotoDB.cs
index cad47e1..707efeb 100644
--- a/bindings/mono/libgpod-sharp/PhotoDB.cs
+++ b/bindings/mono/libgpod-sharp/PhotoDB.cs
@@ -63,11 +63,9 @@ namespace GPod {
                        [DllImport ("gpod")]
                        public static extern void   
itdb_photodb_photoalbum_remove(HandleRef photodb, HandleRef album, bool 
remove_pics);
                        
-                       // TODO: Not in libgpod
                        [DllImport ("gpod")]
                        public static extern void 
itdb_photodb_photoalbum_add(HandleRef photodb, HandleRef album, int pos);
                        
-                       // TODO: Not in libgpod
                        [DllImport ("gpod")]
                        public static extern void 
itdb_photodb_photoalbum_unlink(HandleRef album);
                }
@@ -114,4 +112,4 @@ namespace GPod {
                        return retval;
                }
        }
-}
\ No newline at end of file
+}

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to