1 | ; $Id: libgtk-3.def 101678 2023-10-31 11:38:53Z vboxsync $
|
---|
2 | ;; @file
|
---|
3 | ; Definitions for libgtk-3.so lazy import library.
|
---|
4 | ;
|
---|
5 |
|
---|
6 | ;
|
---|
7 | ; Copyright (C) 2023 Oracle and/or its affiliates.
|
---|
8 | ;
|
---|
9 | ; This file is part of VirtualBox base platform packages, as
|
---|
10 | ; available from https://www.virtualbox.org.
|
---|
11 | ;
|
---|
12 | ; This program is free software; you can redistribute it and/or
|
---|
13 | ; modify it under the terms of the GNU General Public License
|
---|
14 | ; as published by the Free Software Foundation, in version 3 of the
|
---|
15 | ; License.
|
---|
16 | ;
|
---|
17 | ; This program is distributed in the hope that it will be useful, but
|
---|
18 | ; WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
19 | ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
20 | ; General Public License for more details.
|
---|
21 | ;
|
---|
22 | ; You should have received a copy of the GNU General Public License
|
---|
23 | ; along with this program; if not, see <https://www.gnu.org/licenses>.
|
---|
24 | ;
|
---|
25 | ; SPDX-License-Identifier: GPL-3.0-only
|
---|
26 | ;
|
---|
27 |
|
---|
28 | LIBRARY libgtk.so.ignoredByDef2LazyLoad
|
---|
29 | EXPORTS
|
---|
30 | gdk_atom_intern
|
---|
31 | gdk_atom_name
|
---|
32 | gdk_threads_add_timeout
|
---|
33 | gtk_application_new
|
---|
34 | gtk_application_window_new
|
---|
35 | gtk_box_get_type
|
---|
36 | gtk_box_new
|
---|
37 | gtk_box_pack_start
|
---|
38 | gtk_button_new
|
---|
39 | gtk_clipboard_get
|
---|
40 | gtk_clipboard_request_contents
|
---|
41 | gtk_clipboard_set_with_data
|
---|
42 | gtk_clipboard_store
|
---|
43 | gtk_clipboard_wait_for_targets
|
---|
44 | gtk_container_add
|
---|
45 | gtk_container_get_type
|
---|
46 | gtk_init
|
---|
47 | gtk_main
|
---|
48 | gtk_main_quit
|
---|
49 | gtk_selection_data_get_data
|
---|
50 | gtk_selection_data_get_data_type
|
---|
51 | gtk_selection_data_get_data_with_length
|
---|
52 | gtk_selection_data_get_target
|
---|
53 | gtk_selection_data_set
|
---|
54 | gtk_target_list_add
|
---|
55 | gtk_target_list_new
|
---|
56 | gtk_target_list_unref
|
---|
57 | gtk_target_table_free
|
---|
58 | gtk_target_table_new_from_list
|
---|
59 | gtk_widget_destroy
|
---|
60 | gtk_widget_get_type
|
---|
61 | gtk_widget_set_opacity
|
---|
62 | gtk_widget_show_all
|
---|
63 | gtk_window_get_type
|
---|
64 | gtk_window_iconify
|
---|
65 | gtk_window_present
|
---|
66 | gtk_window_resize
|
---|
67 | gtk_window_set_default_size
|
---|