HAS_POPUP,
HAS_TOOLTIP,
READ_ONLY,
+ COLLAPSED,
LAST_DEFINED;
[CCode (cheader_filename = "atk/atk.h")]
public static Atk.StateType for_name (string name);
public static Gst.Buffer buffer_new_take_data ([CCode (array_length_cname = "len", array_length_pos = 1.1, array_length_type = "gsize")] owned uint8[] data);
[CCode (cheader_filename = "gst/rtp/rtp.h")]
[Version (since = "1.20")]
- public static GLib.List<Gst.RTP.HeaderExtension> get_header_extension_list ();
+ public static GLib.List<Gst.ElementFactory> get_header_extension_list ();
[CCode (cheader_filename = "gst/rtp/rtp.h")]
public static bool hdrext_get_ntp_56 ([CCode (array_length_cname = "size", array_length_pos = 1.5, array_length_type = "guint")] uint8[] data, out uint64 ntptime);
[CCode (cheader_filename = "gst/rtp/rtp.h")]
public void set_show_preview_entry (bool show_preview_entry);
public string font { owned get; set; }
public Pango.FontDescription font_desc { owned get; set; }
- [Version (since = "3.22.30")]
+ [Version (since = "3.24.1")]
public string font_features { owned get; }
- [Version (since = "3.22.30")]
+ [Version (since = "3.24.1")]
public string language { owned get; set; }
- [Version (since = "3.22.30")]
+ [Version (since = "3.24.1")]
public Gtk.FontChooserLevel level { get; set; }
public string preview_text { owned get; set; }
public bool show_preview_entry { get; set; }
[CCode (has_construct_function = false)]
protected Device ();
public unowned string? get_node_path ();
+ [Version (since = "4.4")]
+ public void* get_xkb_keymap ();
}
[CCode (cheader_filename = "gdk/wayland/gdkwayland.h", type_id = "gdk_wayland_display_get_type ()")]
[GIR (name = "WaylandDisplay")]
public bool contain_mime_type (string mime_type);
[CCode (has_construct_function = false)]
public ContentFormats.for_gtype (GLib.Type type);
- [CCode (array_length_pos = 0.1, array_length_type = "gsize")]
+ [CCode (array_length = true, array_length_pos = 0.1, array_length_type = "gsize", array_null_terminated = true)]
public unowned GLib.Type[]? get_gtypes ();
- [CCode (array_length = false, array_null_terminated = true)]
- public unowned string[]? get_mime_types (out size_t n_mime_types);
+ [CCode (array_length = true, array_length_pos = 0.1, array_length_type = "gsize", array_null_terminated = true)]
+ public unowned string[]? get_mime_types ();
public bool match (Gdk.ContentFormats second);
public GLib.Type match_gtype (Gdk.ContentFormats second);
public unowned string? match_mime_type (Gdk.ContentFormats second);