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 public void add_command (string command_name, int command_id);
8 [CCode (has_construct_function = false)]
9 public App (string name, string? startup_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 { get; construct; }
19 public Gdk.Screen screen { get; set construct; }
21 public string startup_id { 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", cheader_filename = "unique/unique.h")]
44 public class MessageData {
45 public Unique.MessageData copy ();
46 public unowned Gdk.Screen get_screen ();
47 public unowned string get_startup_id ();
48 public string get_text ();
49 [CCode (array_length = false)]
50 public string[] get_uris ();
51 public uint get_workspace ();
52 [CCode (has_construct_function = false)]
53 public MessageData ();
54 public void set (uchar[]? data, size_t length);
55 public bool set_text (string str, ssize_t length);
56 public bool set_uris ([CCode (array_length = false)] string[] uris);
58 [CCode (cprefix = "UNIQUE_", has_type_id = "0", cheader_filename = "unique/unique.h")]
66 [CCode (cprefix = "UNIQUE_RESPONSE_", has_type_id = "0", cheader_filename = "unique/unique.h")]
67 public enum Response {
73 [CCode (cheader_filename = "unique/unique.h")]
74 public const string API_VERSION_S;
75 [CCode (cheader_filename = "unique/unique.h")]
76 public const string DEFAULT_BACKEND_S;
77 [CCode (cheader_filename = "unique/unique.h")]
78 public const int MAJOR_VERSION;
79 [CCode (cheader_filename = "unique/unique.h")]
80 public const int MICRO_VERSION;
81 [CCode (cheader_filename = "unique/unique.h")]
82 public const int MINOR_VERSION;
83 [CCode (cheader_filename = "unique/unique.h")]
84 public const string PROTOCOL_VERSION_S;
85 [CCode (cheader_filename = "unique/unique.h")]
86 public const int VERSION_HEX;
87 [CCode (cheader_filename = "unique/unique.h")]
88 public const string VERSION_S;