~ubuntu-branches/ubuntu/quantal/vala/quantal

« back to all changes in this revision

Viewing changes to vapi/gdk-2.0.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-01-18 09:51:15 UTC
  • mfrom: (1.5.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20110118095115-r2jr7c63lr0jzj0y
Tags: 0.11.4-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
772
772
                public uint32 time;
773
773
                public double x;
774
774
                public double y;
775
 
                public double axes;
 
775
                [CCode (array_length = false)]
 
776
                public weak double[] axes;
776
777
                public Gdk.ModifierType state;
777
778
                public uint button;
778
779
                public weak Gdk.Device device;
872
873
                public uint32 time;
873
874
                public double x;
874
875
                public double y;
875
 
                public double axes;
 
876
                [CCode (array_length = false)]
 
877
                public weak double[] axes;
876
878
                public Gdk.ModifierType state;
877
879
                public bool is_hint;
878
880
                public weak Gdk.Device device;