commit ea2df00a39e12f4b3c3ecc09b593b8b0e5e0cb25 Author: Christophe Fergeau <t...@gnome.org> Date: Thu Sep 30 10:59:41 2010 +0200
[mono] sync enum mappings with C enums The IpodGeneration and IpodModel didn't contain the latest values added to the C enum, add these. bindings/mono/libgpod-sharp/IpodInfo.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) --- diff --git a/bindings/mono/libgpod-sharp/IpodInfo.cs b/bindings/mono/libgpod-sharp/IpodInfo.cs index 88d64e5..7e84818 100644 --- a/bindings/mono/libgpod-sharp/IpodInfo.cs +++ b/bindings/mono/libgpod-sharp/IpodInfo.cs @@ -76,7 +76,10 @@ namespace GPod { Iphone3, Classic3, Nano5, - Touch3 + Touch3, + Iphone4, + Touch4, + Nano6, } public enum IpodModel { @@ -120,6 +123,9 @@ namespace GPod { ShuffleBlack, IphoneWhite, IphoneBlack, + ShuffleGold, + ShuffleStainless, + Ipad, } public sealed unsafe class IpodInfo : GPodBase { ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2