1 /* unique-1.0.vapi generated by vapigen, do not modify. */
3 [CCode (cprefix = "Unique", lower_case_cprefix = "unique_")]
5 [CCode (cheader_filename = "unique/unique.h")]
6 public class App : GLib.Object {
7 [CCode (has_construct_function = false)]
8 public App (string name, string? startup_id);
9 public void add_command (string command_name, int command_id);
10 public Unique.Response send_message (int command_id, Unique.MessageData? message_data);
11 public void watch_window (Gtk.Window window);
12 [CCode (has_construct_function = false)]
13 public App.with_commands (string name, string? startup_id, ...);
15 public bool is_running { get; }
17 public string name { owned get; construct; }
19 public Gdk.Screen screen { owned get; set construct; }
21 public string startup_id { owned get; construct; }
22 public virtual signal Unique.Response message_received (int command, Unique.MessageData message_data, uint time_);
24 [CCode (cheader_filename = "unique/unique.h")]
25 public class Backend : GLib.Object {
26 public weak string name;
27 public weak Unique.App parent;
28 public weak Gdk.Screen screen;
29 public weak string startup_id;
30 public uint workspace;
31 public static unowned Unique.Backend create ();
32 public unowned string get_name ();
33 public unowned Gdk.Screen get_screen ();
34 public unowned string get_startup_id ();
35 public uint get_workspace ();
36 public virtual bool request_name ();
37 public virtual Unique.Response send_message (int command_id, Unique.MessageData message_data, uint time_);
38 public void set_name (string name);
39 public void set_screen (Gdk.Screen screen);
40 public void set_startup_id (string startup_id);
43 [CCode (copy_function = "unique_message_data_copy", type_id = "UNIQUE_TYPE_MESSAGE_DATA", cheader_filename = "unique/unique.h")]
44 public class MessageData {
45 [CCode (has_construct_function = false)]
46 public MessageData ();
47 public Unique.MessageData copy ();
48 public unowned uchar[] @get (size_t length);
49 public unowned string get_filename ();
50 public unowned Gdk.Screen get_screen ();
51 public unowned string get_startup_id ();
52 public string get_text ();
53 [CCode (array_length = false)]
54 public string[] get_uris ();
55 public uint get_workspace ();
56 public void @set (uchar[]? data, size_t length);
57 public void set_filename (string filename);
58 public bool set_text (string str, ssize_t length);
59 public bool set_uris ([CCode (array_length = false)] string[] uris);
61 [CCode (cprefix = "UNIQUE_", cheader_filename = "unique/unique.h")]
69 [CCode (cprefix = "UNIQUE_RESPONSE_", cheader_filename = "unique/unique.h")]
70 public enum Response {
77 [CCode (cheader_filename = "unique/unique.h")]
78 public const string API_VERSION_S;
79 [CCode (cheader_filename = "unique/unique.h")]
80 public const string DEFAULT_BACKEND_S;
81 [CCode (cheader_filename = "unique/unique.h")]
82 public const int MAJOR_VERSION;
83 [CCode (cheader_filename = "unique/unique.h")]
84 public const int MICRO_VERSION;
85 [CCode (cheader_filename = "unique/unique.h")]
86 public const int MINOR_VERSION;
87 [CCode (cheader_filename = "unique/unique.h")]
88 public const string PROTOCOL_VERSION_S;
89 [CCode (cheader_filename = "unique/unique.h")]
90 public const int VERSION_HEX;
91 [CCode (cheader_filename = "unique/unique.h")]
92 public const string VERSION_S;