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

« back to all changes in this revision

Viewing changes to vapi/gdk-3.0.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-03-17 09:35:15 UTC
  • mfrom: (1.5.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20110317093515-veyqriw9egujkws2
Tags: 0.11.7-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
722
722
                public int y;
723
723
                public int width;
724
724
                public int height;
725
 
                public bool intersect (Gdk.Rectangle src2, Gdk.Rectangle dest);
 
725
                public bool intersect (Gdk.Rectangle src2, out Gdk.Rectangle dest);
726
726
                public void union (Gdk.Rectangle src2, out Gdk.Rectangle dest);
727
727
        }
728
728
        [CCode (type_id = "GDK_TYPE_TIME_COORD", cheader_filename = "gdk/gdk.h")]