[CCode (has_construct_function = false)]
protected Object ();
public bool add_relationship (Atk.RelationType relationship, Atk.Object target);
- [Version (deprecated = true)]
+ [Version (deprecated = true, deprecated_since = "2.12")]
public virtual uint connect_property_change_handler (Atk.PropertyChangeHandler handler);
[Version (since = "2.34")]
public unowned string get_accessible_id ();
public Atk.Object ref_accessible_child (int i);
public virtual Atk.RelationSet ref_relation_set ();
public virtual Atk.StateSet ref_state_set ();
- [Version (deprecated = true)]
+ [Version (deprecated = true, deprecated_since = "2.12")]
public virtual void remove_property_change_handler (uint handler_id);
public bool remove_relationship (Atk.RelationType relationship, Atk.Object target);
[Version (since = "2.34")]
[CCode (cheader_filename = "atk/atk.h", type_id = "atk_plug_get_type ()")]
public class Plug : Atk.Object, Atk.Component {
[CCode (has_construct_function = false, type = "AtkObject*")]
+ [Version (since = "1.30")]
public Plug ();
[Version (since = "1.30")]
public string get_id ();
SUBSCRIPT,
SUPERSCRIPT,
FOOTNOTE,
+ CONTENT_DELETION,
+ CONTENT_INSERTION,
LAST_DEFINED;
[CCode (cheader_filename = "atk/atk.h")]
public static Atk.Role for_name (string name);
DESCRIPTION_TERM,
DESCRIPTION_VALUE,
FOOTNOTE,
+ CONTENT_DELETION,
+ CONTENT_INSERTION,
LAST_DEFINED;
public string get_name ();
}
public static unowned Cairo.Surface? offscreen_window_get_surface (Gdk.Window window);
[CCode (cheader_filename = "gdk/gdk.h")]
[Version (since = "2.18")]
- public static void offscreen_window_set_embedder (Gdk.Window window, Gdk.Window? embedder);
+ public static void offscreen_window_set_embedder (Gdk.Window window, Gdk.Window embedder);
[CCode (cheader_filename = "gdk/gdk.h")]
public static Pango.Context pango_context_get ();
[CCode (cheader_filename = "gdk/gdk.h")]
[CCode (array_length = false, array_null_terminated = true)]
public string[] get_loaded_namespaces ();
public int get_n_infos (string namespace_);
- [Version (since = "1.60")]
+ [Version (since = "1.62")]
public void get_object_gtype_interfaces (GLib.Type gtype, [CCode (array_length_cname = "n_interfaces_out", array_length_pos = 1.5, array_length_type = "guint")] out unowned GI.InterfaceInfo[] interfaces_out);
public static GLib.OptionGroup get_option_group ();
public static unowned GLib.SList<string> get_search_path ();
public unowned Graphene.Euler? init_from_euler (Graphene.Euler? src);
public unowned Graphene.Euler? init_from_matrix (Graphene.Matrix? m, Graphene.EulerOrder order);
public unowned Graphene.Euler? init_from_quaternion (Graphene.Quaternion? q, Graphene.EulerOrder order);
+ [Version (since = "1.10")]
+ public unowned Graphene.Euler? init_from_radians (float x, float y, float z, Graphene.EulerOrder order);
public unowned Graphene.Euler? init_from_vec3 (Graphene.Vec3? v, Graphene.EulerOrder order);
public unowned Graphene.Euler? init_with_order (float x, float y, float z, Graphene.EulerOrder order);
public Graphene.Euler reorder (Graphene.EulerOrder order);
[Version (since = "3.18")]
public bool get_overlay_pass_through (Gtk.Widget widget);
[Version (since = "3.18")]
- public void reorder_overlay (Gtk.Widget child, int position);
+ public void reorder_overlay (Gtk.Widget child, int index_);
[Version (since = "3.18")]
public void set_overlay_pass_through (Gtk.Widget widget, bool pass_through);
public virtual signal bool get_child_position (Gtk.Widget widget, out Gdk.Rectangle allocation);
public unowned string? get_protocol ();
public Soup.WebsocketState get_state ();
public unowned Soup.URI get_uri ();
- public void send_binary ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] uint8[] data);
+ public void send_binary ([CCode (array_length_cname = "length", array_length_pos = 1.1, array_length_type = "gsize")] uint8[]? data);
+ [Version (since = "2.68")]
+ public void send_message (Soup.WebsocketDataType type, GLib.Bytes message);
public void send_text (string text);
[Version (since = "2.58")]
public void set_keepalive_interval (uint interval);
public async Pk.Results adopt_async (string transaction_id, GLib.Cancellable? cancellable, Pk.ProgressCallback progress_callback) throws GLib.Error;
[NoWrapper]
public virtual void changed ();
+ public static bool create_helper_argv_envp (string argv, string envp_out);
[Version (since = "0.5.3")]
public Pk.Results depends_on (Pk.Bitfield filters, [CCode (array_length = false, array_null_terminated = true)] string[] package_ids, bool recursive, GLib.Cancellable? cancellable, Pk.ProgressCallback progress_callback) throws GLib.Error;
[CCode (finish_name = "pk_client_generic_finish")]
[CCode (has_construct_function = false)]
[Version (since = "0.6.10")]
public ClientHelper ();
+ [Version (since = "1.1.13")]
+ public bool is_active ();
[Version (since = "0.6.10")]
public bool start (string socket_filename, string argv, string envp) throws GLib.Error;
+ [Version (since = "1.1.13")]
+ public bool start_with_socket (GLib.Socket socket, string argv, string envp) throws GLib.Error;
[Version (since = "0.6.10")]
public bool stop () throws GLib.Error;
}