~ubuntu-branches/ubuntu/wily/vala/wily

« back to all changes in this revision

Viewing changes to vapi/gtk+-2.0.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-06-05 16:15:58 UTC
  • mfrom: (1.5.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110605161558-o3iwcgdgt8ogrnyg
Tags: 0.12.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1482
1482
                public unowned Gtk.Border get_inner_border ();
1483
1483
                public unichar get_invisible_char ();
1484
1484
                public unowned Pango.Layout get_layout ();
1485
 
                public void get_layout_offsets (int x, int y);
 
1485
                public void get_layout_offsets (out int x, out int y);
1486
1486
                public int get_max_length ();
1487
1487
                public bool get_overwrite_mode ();
1488
1488
                public double get_progress_fraction ();
1757
1757
        }
1758
1758
        [CCode (cheader_filename = "gtk/gtk.h")]
1759
1759
        public class Fixed : Gtk.Container, Atk.Implementor, Gtk.Buildable {
1760
 
                public weak GLib.List<Gtk.Widget> children;
 
1760
                public weak GLib.List<Gtk.FixedChild> children;
1761
1761
                [CCode (type = "GtkWidget*", has_construct_function = false)]
1762
1762
                public Fixed ();
1763
1763
                public bool get_has_window ();
2403
2403
                public Gtk.Justification get_justify ();
2404
2404
                public unowned string get_label ();
2405
2405
                public unowned Pango.Layout get_layout ();
2406
 
                public void get_layout_offsets (int x, int y);
 
2406
                public void get_layout_offsets (out int x, out int y);
2407
2407
                public bool get_line_wrap ();
2408
2408
                public Pango.WrapMode get_line_wrap_mode ();
2409
2409
                public int get_max_width_chars ();
3342
3342
                public void get_range_rect (Gdk.Rectangle range_rect);
3343
3343
                public bool get_restrict_to_fill_level ();
3344
3344
                public bool get_show_fill_level ();
3345
 
                public void get_slider_range (int slider_start, int slider_end);
 
3345
                public void get_slider_range (out int slider_start, out int slider_end);
3346
3346
                public bool get_slider_size_fixed ();
3347
3347
                public Gtk.UpdateType get_update_policy ();
3348
3348
                public Gtk.SensitivityType get_upper_stepper_sensitivity ();
3597
3597
                public int get_digits ();
3598
3598
                public bool get_draw_value ();
3599
3599
                public unowned Pango.Layout get_layout ();
3600
 
                public virtual void get_layout_offsets (int x, int y);
 
3600
                public virtual void get_layout_offsets (out int x, out int y);
3601
3601
                public Gtk.PositionType get_value_pos ();
3602
3602
                public void set_digits (int digits);
3603
3603
                public void set_draw_value (bool draw_value);