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
|
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error Meh....
#endif
//GO(libdecor_configuration_get_content_size,
//GO(libdecor_configuration_get_window_state,
//GO(libdecor_decorate,
//GO(libdecor_dispatch,
//GO(libdecor_frame_close,
//GO(libdecor_frame_commit,
//GO(libdecor_frame_dismiss_popup,
//GO(libdecor_frame_get_capabilities,
//GO(libdecor_frame_get_content_height,
//GO(libdecor_frame_get_content_width,
//GO(libdecor_frame_get_max_content_size,
//GO(libdecor_frame_get_min_content_size,
//GO(libdecor_frame_get_title,
//GO(libdecor_frame_get_window_state,
//GO(libdecor_frame_get_wl_surface,
//GO(libdecor_frame_get_xdg_surface,
//GO(libdecor_frame_get_xdg_toplevel,
//GO(libdecor_frame_has_capability,
//GO(libdecor_frame_is_floating,
//GO(libdecor_frame_is_visible,
//GO(libdecor_frame_map,
//GO(libdecor_frame_move,
//GO(libdecor_frame_popup_grab,
//GO(libdecor_frame_popup_ungrab,
//GO(libdecor_frame_ref,
//GO(libdecor_frame_resize,
//GO(libdecor_frame_set_app_id,
//GO(libdecor_frame_set_capabilities,
//GO(libdecor_frame_set_fullscreen,
//GO(libdecor_frame_set_max_content_size,
//GO(libdecor_frame_set_maximized,
//GO(libdecor_frame_set_min_content_size,
//GO(libdecor_frame_set_minimized,
//GO(libdecor_frame_set_parent,
//GO(libdecor_frame_set_title,
//GO(libdecor_frame_set_visibility,
//GO(libdecor_frame_show_window_menu,
//GO(libdecor_frame_toplevel_commit,
//GO(libdecor_frame_translate_coordinate,
//GO(libdecor_frame_unref,
//GO(libdecor_frame_unset_capabilities,
//GO(libdecor_frame_unset_fullscreen,
//GO(libdecor_frame_unset_maximized,
//GO(libdecor_get_fd,
//GO(libdecor_get_wl_display,
//GO(libdecor_new,
//GO(libdecor_notify_plugin_error,
//GO(libdecor_notify_plugin_ready,
//GO(libdecor_plugin_init,
//GO(libdecor_plugin_release,
//GO(libdecor_state_free,
//GO(libdecor_state_get_content_height,
//GO(libdecor_state_get_content_width,
//GO(libdecor_state_get_window_state,
//GO(libdecor_state_new,
//GO(libdecor_unref,
|