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

« back to all changes in this revision

Viewing changes to vapi/gtk+-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:
2480
2480
                public int scroll_y;
2481
2481
                public Gdk.VisibilityState visibility;
2482
2482
                [CCode (type = "GtkWidget*", has_construct_function = false)]
2483
 
                public Layout (Gtk.Adjustment hadjustment, Gtk.Adjustment vadjustment);
 
2483
                public Layout (Gtk.Adjustment? hadjustment = null, Gtk.Adjustment? vadjustment = null);
2484
2484
                public unowned Gdk.Window get_bin_window ();
2485
2485
                public unowned Gtk.Adjustment get_hadjustment ();
2486
2486
                public void get_size (out uint width, out uint height);