gala/vapi/atk-bridge-2.0.vapi

7 lines
309 B
Vala
Raw Normal View History

2024-08-24 07:51:57 +03:00
[CCode (cheader_filename = "atk-bridge.h", lower_case_cprefix = "atk_bridge_")]
namespace AtkBridge {
2024-08-24 07:51:57 +03:00
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);
}