mirror of
https://github.com/elementary/gala.git
synced 2024-11-23 20:07:21 +03:00
7 lines
309 B
Vala
7 lines
309 B
Vala
[CCode (cheader_filename = "atk-bridge.h", lower_case_cprefix = "atk_bridge_")]
|
|
namespace AtkBridge {
|
|
public static int adaptor_init ([CCode (array_length_pos = 0.9)] ref unowned string[] argv);
|
|
public static void adaptor_cleanup ();
|
|
public static void set_event_context (GLib.MainContext cnx);
|
|
}
|