gsoc

Sign in or create your account | Project List | Help

gsoc Commit Details

Date:2009-08-09 18:30:25 (11 months 19 days ago)
Author:Adrien Bustany
Commit:7d959631008d081df8fc5cff2d3e38f58d5aa44e
Message:libgdata bindings : add support for exif tags (added in latest libgdata)

Files: vapi/libgdata.vapi (1 diff)

Change Details

vapi/libgdata.vapi
629629            public string caption { get; set; }
630630            public List<MediaContent> get_contents ();
631631            public List<MediaThumbnail>? get_thumbnails ();
632            public double distance { get; }
633            public double exposure { get; }
634            public bool flash { get; }
635            public double focal_length { get; }
636            public double fstop { get; }
637            public string image_unique_id { get; }
638            public int iso { get; }
639            public string make { get; }
640            public string model { get; }
632641        }
633642    } // Namespace PicasaWeb
634643

Archive Download the corresponding diff file

Branches:
master