[Version (deprecated = true, deprecated_since = "2.9.4")]
public static uint add_focus_tracker (Atk.EventListener focus_tracker);
[CCode (cheader_filename = "atk/atk.h", cname = "atk_add_global_event_listener")]
- public static uint add_global_event_listener ([CCode (type = "GSignalEmissionHook")] Atk.SignalEmissionHook listener, string event_type);
+ public static uint add_global_event_listener (GLib.SignalEmissionHook listener, string event_type);
[CCode (cheader_filename = "atk/atk.h", cname = "atk_add_key_event_listener")]
public static uint add_key_event_listener (Atk.KeySnoopFunc listener);
[CCode (cheader_filename = "atk/atk.h", cname = "atk_focus_tracker_init")]
[CCode (cheader_filename = "atk/atk.h", has_target = false)]
[Version (deprecated = true)]
public delegate void PropertyChangeHandler (Atk.Object obj, Atk.PropertyValues vals);
- [CCode (cheader_filename = "atk/atk.h", cname = "GSignalEmissionHook", has_target = false)]
- public delegate bool SignalEmissionHook (GLib.SignalInvocationHint ihint, [CCode (array_length_pos = 1.9)] Atk.Value[] param_values, void* data);
[CCode (cheader_filename = "atk/atk.h", cname = "ATK_BINARY_AGE")]
[Version (since = "2.7.4")]
public const int BINARY_AGE;
[CCode (array_length = false, array_null_terminated = true, cname = "atk_text_get_bounded_ranges")]
public virtual Atk.TextRange[] get_bounded_ranges (Atk.TextRectangle rect, Atk.CoordType coord_type, Atk.TextClipType x_clip_type, Atk.TextClipType y_clip_type);
}
-
- [CCode (cname = "GSignalEmissionHook", has_target = false)]
- public delegate bool SignalEmissionHook (GLib.SignalInvocationHint ihint, [CCode (array_length_pos = 1.9)] Value[] param_values, void* data);
}
// Move static methods into classes (mostly Util)
add_focus_tracker parent="Atk.Util"
add_global_event_listener parent="Atk.Util"
- .listener type="Atk.SignalEmissionHook"
add_key_event_listener parent="Atk.Util"
focus_tracker_init parent="Atk.Util"
focus_tracker_notify parent="Atk.Util"