Release 0.41.92
[vala-gnome.git] / vapi / metadata / Atk-1.0-custom.vala
blobf82bc919e656b1a729f4d3105c36337c6aa350e8
1 namespace Atk {
2 [Compact]
3 public class AttributeSet : GLib.SList<Atk.Attribute?> {
5 public class Registry : GLib.Object {
6 [Version (deprecated = true)]
7 public weak GLib.HashTable<GLib.Type,Atk.ObjectFactory> factory_singleton_cache;
8 [Version (deprecated = true)]
9 public weak GLib.HashTable<GLib.Type,GLib.Type> factory_type_registry;
11 public interface Text : GLib.Object {
12 [Version (since = "1.3")]
13 [CCode (array_length = false, array_null_terminated = true, cname = "atk_text_get_bounded_ranges")]
14 public virtual Atk.TextRange[] get_bounded_ranges (Atk.TextRectangle rect, Atk.CoordType coord_type, Atk.TextClipType x_clip_type, Atk.TextClipType y_clip_type);
17 [CCode (cname = "GSignalEmissionHook", has_target = false)]
18 public delegate bool SignalEmissionHook (GLib.SignalInvocationHint ihint, [CCode (array_length_pos = 1.9)] Value[] param_values, void* data);