CHILD,
TEMP,
FOREIGN,
- OFFSCREEN
+ OFFSCREEN,
+ SUBSURFACE
}
[CCode (cheader_filename = "gdk/gdk.h", cprefix = "GDK_WINDOW_TYPE_HINT_", type_id = "gdk_window_type_hint_get_type ()")]
public enum WindowTypeHint {
[CCode (has_construct_function = false)]
public AccessRule (string id);
public int64 get_edited ();
+ public unowned string get_key ();
public unowned string get_role ();
public void get_scope (out unowned string type, out unowned string value);
public void set_role (string role);
public void set_scope (string type, string? value);
public int64 edited { get; }
+ public string key { get; }
public string role { get; set; }
[NoAccessorMethod]
public string scope_type { owned get; set; }
public void add_params (...);
public bool cancel ();
public bool continuous ([CCode (delegate_target_pos = 2.1)] Rest.ProxyCallContinuousCallback callback, GLib.Object weak_object) throws GLib.Error;
+ public unowned string get_function ();
public unowned string get_method ();
public unowned Rest.Params get_params ();
public unowned string get_payload ();