/usr/share/vala-0.40/vapi/gdk-x11-3.0.vapi is in valac-0.40-vapi 0.40.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 | /* gdk-x11-3.0.vapi generated by vapigen, do not modify. */
[CCode (cprefix = "Gdk", gir_namespace = "GdkX11", gir_version = "3.0", lower_case_cprefix = "gdk_")]
namespace Gdk {
namespace X11 {
[CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_app_launch_context_get_type ()")]
[GIR (name = "X11AppLaunchContext")]
public class AppLaunchContext : Gdk.AppLaunchContext {
[CCode (has_construct_function = false)]
protected AppLaunchContext ();
}
[CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_cursor_get_type ()")]
[GIR (name = "X11Cursor")]
public class Cursor : Gdk.Cursor {
[CCode (has_construct_function = false)]
protected Cursor ();
public X.Cursor get_xcursor ();
public unowned X.Display get_xdisplay ();
}
[CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_device_core_get_type ()")]
[GIR (name = "X11DeviceCore")]
public class DeviceCore : Gdk.Device {
[CCode (has_construct_function = false)]
protected DeviceCore ();
[CCode (cname = "gdk_x11_device_manager_lookup")]
[Version (since = "3.2")]
public static unowned Gdk.X11.DeviceCore? lookup_for_device_manager (Gdk.X11.DeviceManagerCore device_manager, int device_id);
}
[CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_device_manager_core_get_type ()")]
[GIR (name = "X11DeviceManagerCore")]
public class DeviceManagerCore : Gdk.DeviceManager {
[CCode (has_construct_function = false)]
protected DeviceManagerCore ();
}
[CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_device_manager_xi2_get_type ()")]
[GIR (name = "X11DeviceManagerXI2")]
public class DeviceManagerXI2 : Gdk.X11.DeviceManagerCore {
[CCode (has_construct_function = false)]
protected DeviceManagerXI2 ();
[NoAccessorMethod]
public int major { get; construct; }
[NoAccessorMethod]
public int minor { get; construct; }
[NoAccessorMethod]
public int opcode { get; construct; }
}
[CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_device_xi2_get_type ()")]
[GIR (name = "X11DeviceXI2")]
public class DeviceXI2 : Gdk.Device {
[CCode (has_construct_function = false)]
protected DeviceXI2 ();
[NoAccessorMethod]
public int device_id { get; construct; }
}
[CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_display_get_type ()")]
[GIR (name = "X11Display")]
public class Display : Gdk.Display {
[CCode (has_construct_function = false)]
protected Display ();
[Version (since = "2.12")]
public void broadcast_startup_message (string message_type, ...);
[Version (since = "3.0")]
public int error_trap_pop ();
[Version (since = "3.0")]
public void error_trap_pop_ignored ();
[Version (since = "3.0")]
public void error_trap_push ();
[Version (since = "2.12")]
public unowned string get_startup_notification_id ();
[Version (since = "2.8")]
public uint32 get_user_time ();
[Version (since = "2.2")]
public unowned X.Display get_xdisplay ();
[Version (since = "2.2")]
public void grab ();
[CCode (cname = "gdk_x11_lookup_xdisplay")]
[Version (since = "2.2")]
public static unowned Gdk.X11.Display lookup_for_xdisplay (X.Display xdisplay);
[Version (since = "2.8")]
public void set_cursor_theme (string theme, int size);
[Version (since = "3.0")]
public void set_startup_notification_id (string startup_id);
[Version (since = "3.10")]
public void set_window_scale (int scale);
[Version (since = "2.24")]
public int string_to_compound_text (string str, out Gdk.Atom encoding, out int format, [CCode (array_length_cname = "length", array_length_pos = 4.1)] out uint8[] ctext);
[Version (since = "2.24")]
public int text_property_to_text_list (Gdk.Atom encoding, int format, uint8 text, int length, string list);
[Version (since = "2.2")]
public void ungrab ();
[Version (since = "2.24")]
public bool utf8_to_compound_text (string str, out Gdk.Atom encoding, out int format, [CCode (array_length_cname = "length", array_length_pos = 4.1)] out uint8[] ctext);
}
[CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_display_manager_get_type ()")]
[GIR (name = "X11DisplayManager")]
public class DisplayManager : Gdk.DisplayManager {
[CCode (has_construct_function = false)]
protected DisplayManager ();
}
[CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_drag_context_get_type ()")]
[GIR (name = "X11DragContext")]
public class DragContext : Gdk.DragContext {
[CCode (has_construct_function = false)]
protected DragContext ();
}
[CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_keymap_get_type ()")]
[GIR (name = "X11Keymap")]
public class Keymap : Gdk.Keymap {
[CCode (has_construct_function = false)]
protected Keymap ();
[Version (since = "3.6")]
public int get_group_for_state (uint state);
[Version (since = "3.6")]
public bool key_is_modifier (uint keycode);
}
[CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_screen_get_type ()")]
[GIR (name = "X11Screen")]
public class Screen : Gdk.Screen {
[CCode (has_construct_function = false)]
protected Screen ();
[Version (since = "3.10")]
public uint32 get_current_desktop ();
[Version (since = "2.14")]
public X.ID get_monitor_output (int monitor_num);
[Version (since = "3.10")]
public uint32 get_number_of_desktops ();
[Version (since = "2.2")]
public int get_screen_number ();
[Version (since = "2.2")]
public unowned string get_window_manager_name ();
[Version (since = "2.2")]
public unowned X.Screen get_xscreen ();
[Version (since = "2.2")]
public unowned Gdk.X11.Visual lookup_visual (X.VisualID xvisualid);
[Version (since = "2.2")]
public bool supports_net_wm_hint (Gdk.Atom property);
public signal void window_manager_changed ();
}
[CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_visual_get_type ()")]
[GIR (name = "X11Visual")]
public class Visual : Gdk.Visual {
[CCode (has_construct_function = false)]
protected Visual ();
public unowned X.Visual get_xvisual ();
}
[CCode (cheader_filename = "gdk/gdkx.h", type_id = "gdk_x11_window_get_type ()")]
[GIR (name = "X11Window")]
public class Window : Gdk.Window {
[CCode (has_construct_function = false)]
protected Window ();
[CCode (cname = "gdk_x11_window_foreign_new_for_display", has_construct_function = false, type = "GdkWindow*")]
[Version (since = "2.24")]
public Window.foreign_for_display (Gdk.X11.Display display, X.Window window);
[Version (since = "3.10")]
public uint32 get_desktop ();
public X.Window get_xid ();
[Version (since = "2.24")]
public static unowned Gdk.X11.Window lookup_for_display (Gdk.X11.Display display, X.Window window);
[Version (since = "2.8")]
public void move_to_current_desktop ();
[Version (since = "3.10")]
public void move_to_desktop (uint32 desktop);
[Version (deprecated = true, deprecated_since = "3.12", since = "3.10")]
public void set_frame_extents (int left, int right, int top, int bottom);
[Version (since = "3.8")]
public void set_frame_sync_enabled (bool frame_sync_enabled);
[Version (since = "3.4")]
public void set_hide_titlebar_when_maximized (bool hide_titlebar_when_maximized);
[Version (since = "3.2")]
public void set_theme_variant (string variant);
[Version (since = "2.6")]
public void set_user_time (uint32 timestamp);
[Version (since = "3.4")]
public void set_utf8_property (string name, string? value);
}
[CCode (cheader_filename = "gdk/gdkx.h")]
public static X.Atom atom_to_xatom (Gdk.Atom atom);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (since = "2.2")]
public static X.Atom atom_to_xatom_for_display (Gdk.X11.Display display, Gdk.Atom atom);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (since = "3.2")]
public static int device_get_id (Gdk.X11.DeviceCore device);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (since = "2.24")]
public static void free_compound_text ([CCode (array_length = false, type = "guchar*")] uint8[] ctext);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (since = "2.24")]
public static void free_text_list (string list);
[CCode (cheader_filename = "gdk/gdkx.h")]
public static X.Window get_default_root_xwindow ();
[CCode (cheader_filename = "gdk/gdkx.h")]
public static int get_default_screen ();
[CCode (cheader_filename = "gdk/gdkx.h")]
public static unowned X.Display get_default_xdisplay ();
[CCode (cheader_filename = "gdk/gdkx.h")]
public static uint32 get_server_time (Gdk.X11.Window window);
[CCode (cheader_filename = "gdk/gdkx.h")]
public static X.Atom get_xatom_by_name (string atom_name);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (since = "2.2")]
public static X.Atom get_xatom_by_name_for_display (Gdk.X11.Display display, string atom_name);
[CCode (cheader_filename = "gdk/gdkx.h")]
public static unowned string get_xatom_name (X.Atom xatom);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (since = "2.2")]
public static unowned string get_xatom_name_for_display (Gdk.X11.Display display, X.Atom xatom);
[CCode (cheader_filename = "gdk/gdkx.h")]
public static void grab_server ();
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (since = "2.4")]
public static void register_standard_event_type (Gdk.X11.Display display, int event_base, int n_events);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (since = "2.24")]
public static void set_sm_client_id (string sm_client_id);
[CCode (cheader_filename = "gdk/gdkx.h")]
public static void ungrab_server ();
[CCode (cheader_filename = "gdk/gdkx.h")]
public static Gdk.Atom xatom_to_atom (X.Atom xatom);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (since = "2.2")]
public static Gdk.Atom xatom_to_atom_for_display (Gdk.X11.Display display, X.Atom xatom);
}
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.AppLaunchContext")]
public class X11AppLaunchContext : Gdk.AppLaunchContext {
[CCode (has_construct_function = false)]
protected X11AppLaunchContext ();
}
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.Cursor")]
public class X11Cursor : Gdk.Cursor {
[CCode (has_construct_function = false)]
protected X11Cursor ();
public static X.Cursor get_xcursor (Gdk.Cursor cursor);
public static unowned X.Display get_xdisplay (Gdk.Cursor cursor);
}
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.Display")]
public class X11Display : Gdk.Display {
[CCode (has_construct_function = false)]
protected X11Display ();
public static void broadcast_startup_message (Gdk.Display display, string message_type, ...);
public static int error_trap_pop (Gdk.Display display);
public static void error_trap_pop_ignored (Gdk.Display display);
public static void error_trap_push (Gdk.Display display);
public static unowned string get_startup_notification_id (Gdk.Display display);
public static uint32 get_user_time (Gdk.Display display);
public static unowned X.Display get_xdisplay (Gdk.Display display);
public static void grab (Gdk.Display display);
public static void set_cursor_theme (Gdk.Display display, string theme, int size);
public static void set_startup_notification_id (Gdk.Display display, string startup_id);
public static void set_window_scale (Gdk.Display display, int scale);
public static int string_to_compound_text (Gdk.Display display, string str, out Gdk.Atom encoding, int format, uchar[] ctext, int length);
public static int text_property_to_text_list (Gdk.Display display, Gdk.Atom encoding, int format, uchar[] text, int length, string list);
public static void ungrab (Gdk.Display display);
public static bool utf8_to_compound_text (Gdk.Display display, string str, out Gdk.Atom encoding, int format, uchar[] ctext, int length);
}
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.DisplayManager")]
public class X11DisplayManager : Gdk.DisplayManager {
[CCode (has_construct_function = false)]
protected X11DisplayManager ();
}
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.DragContext")]
public class X11DragContext : Gdk.DragContext {
[CCode (has_construct_function = false)]
protected X11DragContext ();
}
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.Keymap")]
public class X11Keymap : Gdk.Keymap {
[CCode (has_construct_function = false)]
protected X11Keymap ();
public static int get_group_for_state (Gdk.Keymap keymap, uint state);
public static bool key_is_modifier (Gdk.Keymap keymap, uint keycode);
}
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.Screen")]
public class X11Screen : Gdk.Screen {
[CCode (has_construct_function = false)]
protected X11Screen ();
public static uint32 get_current_desktop (Gdk.Screen screen);
public static X.ID get_monitor_output (Gdk.Screen screen, int monitor_num);
public static uint32 get_number_of_desktops (Gdk.Screen screen);
public static int get_screen_number (Gdk.Screen screen);
public static unowned string get_window_manager_name (Gdk.Screen screen);
public static unowned X.Screen get_xscreen (Gdk.Screen screen);
public static unowned Gdk.Visual lookup_visual (Gdk.Screen screen, X.VisualID xvisualid);
public static bool supports_net_wm_hint (Gdk.Screen screen, Gdk.Atom property);
public virtual signal void window_manager_changed ();
}
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.Visual")]
public class X11Visual : Gdk.Visual {
[CCode (has_construct_function = false)]
protected X11Visual ();
public static unowned X.Visual get_xvisual (Gdk.Visual visual);
}
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.Window")]
public class X11Window : Gdk.Window {
[CCode (has_construct_function = false)]
protected X11Window ();
public static unowned Gdk.Window foreign_new_for_display (Gdk.Display display, X.Window window);
public static uint32 get_desktop (Gdk.Window window);
public static X.Window get_xid (Gdk.Window window);
public static unowned Gdk.Window lookup_for_display (Gdk.Display display, X.Window window);
public static void move_to_current_desktop (Gdk.Window window);
public static void move_to_desktop (Gdk.Window window, uint32 desktop);
public static void set_frame_extents (Gdk.Window window, int left, int right, int top, int bottom);
public static void set_frame_sync_enabled (Gdk.Window window, bool frame_sync_enabled);
public static void set_hide_titlebar_when_maximized (Gdk.Window window, bool hide_titlebar_when_maximized);
public static void set_theme_variant (Gdk.Window window, string variant);
public static void set_user_time (Gdk.Window window, uint32 timestamp);
public static void set_utf8_property (Gdk.Window window, string name, string value);
}
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.atom_to_xatom")]
public static X.Atom x11_atom_to_xatom (Gdk.Atom atom);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.atom_to_xatom_for_display")]
public static X.Atom x11_atom_to_xatom_for_display (Gdk.Display display, Gdk.Atom atom);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.free_compound_text")]
public static void x11_free_compound_text (uchar[] ctext);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.free_text_list")]
public static void x11_free_text_list (string list);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.get_default_root_xwindow")]
public static X.Window x11_get_default_root_xwindow ();
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.get_default_scree")]
public static int x11_get_default_screen ();
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.get_default_xdisplay")]
public static unowned X.Display x11_get_default_xdisplay ();
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.get_server_time")]
public static uint32 x11_get_server_time (Gdk.Window window);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.get_xatom_by_name")]
public static X.Atom x11_get_xatom_by_name (string atom_name);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.get_xatom_by_name_for_display")]
public static X.Atom x11_get_xatom_by_name_for_display (Gdk.Display display, string atom_name);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.get_xatom_nam")]
public static unowned string x11_get_xatom_name (X.Atom xatom);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.get_xatom_name_for_display")]
public static unowned string x11_get_xatom_name_for_display (Gdk.Display display, X.Atom xatom);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.grab_server")]
public static void x11_grab_server ();
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.Display.lookup_for_xdisplay")]
public static unowned Gdk.Display x11_lookup_xdisplay (X.Display xdisplay);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.register_standard_event_type")]
public static void x11_register_standard_event_type (Gdk.Display display, int event_base, int n_events);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.set_sm_client_id")]
public static void x11_set_sm_client_id (string sm_client_id);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.ungrab_server")]
public static void x11_ungrab_server ();
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.xatom_to_atom")]
public static Gdk.Atom x11_xatom_to_atom (X.Atom xatom);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (deprecated_since = "vala-0.24", replacement = "Gdk.X11.xatom_to_atom_for_display")]
public static Gdk.Atom x11_xatom_to_atom_for_display (Gdk.Display display, X.Atom xatom);
}
|