HYPER
}
[CCode (cheader_filename = "gdk-pixbuf/gdk-pixbuf.h", cprefix = "GDK_PIXBUF_ALPHA_", type_id = "gdk_pixbuf_alpha_mode_get_type ()")]
+ [Version (deprecated = true)]
public enum PixbufAlphaMode {
BILEVEL,
FULL
public ListStore (GLib.Type item_type);
[Version (since = "2.44")]
public void append (GLib.Object item);
+ [Version (since = "2.64")]
+ public bool find (GLib.Object item, out uint position);
+ [Version (since = "2.64")]
+ public bool find_with_equal_func (GLib.Object item, GLib.EqualFunc equal_func, out uint position);
[Version (since = "2.44")]
public void insert (uint position, GLib.Object item);
[Version (since = "2.44")]
public delegate void IdleMonitorWatchFunc (Gnome.IdleMonitor monitor, uint id);
[CCode (cheader_filename = "libgnome-desktop/gnome-rr.h", cname = "GNOME_RR_CONNECTOR_TYPE_PANEL")]
public const string RR_CONNECTOR_TYPE_PANEL;
+ [CCode (cheader_filename = "libgnome-desktop/gnome-systemd.h")]
+ public static async bool start_systemd_scope (string name, int32 pid, string? description, GLib.DBusConnection? connection, GLib.Cancellable? cancellable) throws GLib.Error;
}
public virtual bool start ();
[NoWrapper]
public virtual bool stop ();
+ [Version (since = "1.18")]
+ public void update_segment (Gst.Segment segment);
[NoWrapper]
public virtual Gst.FlowReturn update_src_caps (Gst.Caps caps, out Gst.Caps ret);
[NoAccessorMethod]
public static Gst.ClockTime id_list_get_latest_time (GLib.List<Gst.ClockID?>? pending_list);
public uint peek_id_count ();
public bool peek_next_pending_id (out Gst.ClockID pending_id);
+ [Version (since = "1.18")]
+ public bool process_id (owned Gst.ClockID pending_id);
[Version (since = "1.4")]
public uint process_id_list (GLib.List<Gst.ClockID?>? pending_list);
public Gst.ClockID process_next_clock_id ();
[CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_tree_list_model_get_type ()")]
public class TreeListModel : GLib.Object, GLib.ListModel {
[CCode (has_construct_function = false)]
- protected TreeListModel ();
+ public TreeListModel (bool passthrough, GLib.ListModel root, bool autoexpand, owned Gtk.TreeListModelCreateModelFunc create_func);
public bool get_autoexpand ();
public Gtk.TreeListRow? get_child_row (uint position);
public unowned GLib.ListModel get_model ();
public delegate void TreeCellDataFunc (Gtk.TreeViewColumn tree_column, Gtk.CellRenderer cell, Gtk.TreeModel tree_model, Gtk.TreeIter iter);
[CCode (cheader_filename = "gtk/gtk.h", instance_pos = 3.9)]
public delegate int TreeIterCompareFunc (Gtk.TreeModel model, Gtk.TreeIter a, Gtk.TreeIter b);
+ [CCode (cheader_filename = "gtk/gtk.h", instance_pos = 1.9)]
+ public delegate GLib.ListModel? TreeListModelCreateModelFunc (GLib.Object item);
[CCode (cheader_filename = "gtk/gtk.h", instance_pos = 4.9)]
public delegate void TreeModelFilterModifyFunc (Gtk.TreeModel model, Gtk.TreeIter iter, out GLib.Value value, int column);
[CCode (cheader_filename = "gtk/gtk.h", instance_pos = 2.9)]
RRScreen
.new name="new_sync"
+start_systemd_scope cheader_filename="libgnome-desktop/gnome-systemd.h"
+
WallClock cheader_filename="libgnome-desktop/gnome-wall-clock.h"
XkbInfo cheader_filename="libgnome-desktop/gnome-xkb-info.h"
[CCode (has_construct_function = false)]
protected FontFamily ();
[Version (since = "1.46")]
- public virtual unowned Pango.FontFace get_face (string name);
+ public virtual unowned Pango.FontFace? get_face (string name);
public virtual unowned string get_name ();
[Version (since = "1.4")]
public virtual bool is_monospace ();