[Version (since = "3.92")]
public CenterBox ();
[Version (since = "3.92")]
+ public Gtk.BaselinePosition get_baseline_position ();
+ [Version (since = "3.92")]
+ public void set_baseline_position (Gtk.BaselinePosition position);
+ [Version (since = "3.92")]
public void set_center_widget (Gtk.Widget child);
[Version (since = "3.92")]
public void set_end_widget (Gtk.Widget child);
[Version (since = "3.92")]
public void set_start_widget (Gtk.Widget child);
+ public Gtk.BaselinePosition baseline_position { get; set; }
}
[CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_check_button_get_type ()")]
public class CheckButton : Gtk.ToggleButton, Atk.Implementor, Gtk.Actionable, Gtk.Buildable {
public abstract bool prefix_matches (GLib.File file);
[NoWrapper, Version (deprecated_since = "vala-0.16", replacement = "read")]
public abstract unowned GLib.FileInputStream read_fn (GLib.Cancellable? cancellable = null) throws GLib.Error;
+ public virtual async bool copy_async (GLib.File destination, GLib.FileCopyFlags flags, int io_priority = GLib.Priority.DEFAULT, GLib.Cancellable? cancellable = null, GLib.FileProgressCallback? progress_callback = null) throws GLib.Error;
}
public interface Icon : GLib.Object {
Converter
.convert.outbuf type="uint8[]" array_length_idx=3
File
- .copy_async skip=false
+ // FIXME: gir-parser gets confused by async *and* notified callbacks at the same time
+ .copy_async skip
+ .copy_finish skip
.copy*.progress_callback default=null
.get_basename nullable
.get_parent nullable