public static Gdk.Atom intern_static_string (string atom_name);
public string name ();
}
- [CCode (cheader_filename = "gdk/gdk.h", has_type_id = false)]
- public struct Border {
- public int left;
- public int right;
- public int top;
- public int bottom;
- }
[CCode (cheader_filename = "gdk/gdk.h", type_id = "gdk_color_get_type ()")]
[Version (deprecated = true, deprecated_since = "3.14")]
public struct Color {
public static string address_escape_value (string string);
[CCode (cheader_filename = "gio/gio.h")]
[Version (since = "2.26")]
- public static async GLib.IOStream address_get_stream (string address, GLib.Cancellable? cancellable = null) throws GLib.Error;
+ public static async GLib.IOStream address_get_stream (string address, GLib.Cancellable? cancellable = null, out string out_guid) throws GLib.Error;
[CCode (cheader_filename = "gio/gio.h")]
[Version (since = "2.26")]
- public static GLib.IOStream address_get_stream_sync (string address, string out_guid, GLib.Cancellable? cancellable = null) throws GLib.Error;
+ public static GLib.IOStream address_get_stream_sync (string address, out string out_guid, GLib.Cancellable? cancellable = null) throws GLib.Error;
[CCode (cheader_filename = "gio/gio.h")]
[Version (since = "2.26")]
public static unowned string annotation_info_lookup ([CCode (array_length = false, array_null_terminated = true)] GLib.DBusAnnotationInfo[]? annotations, string name);
public string prefix { owned get; set; }
public WebKit.DOM.Node previous_sibling { get; }
public string text_content { owned get; set; }
+ [NoAccessorMethod]
+ public WebKit.DOM.Node tree_root { owned get; }
}
[CCode (cheader_filename = "webkit2/webkit-web-extension.h", type_id = "webkit_dom_node_iterator_get_type ()")]
[GIR (name = "DOMNodeIterator")]