-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGio-2.0-addenda.gir
66 lines (55 loc) · 2.61 KB
/
Gio-2.0-addenda.gir
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
<?xml version="1.0"?>
<repository version="1.2"
xmlns="http://www.gtk.org/introspection/core/1.0"
xmlns:c="http://www.gtk.org/introspection/c/1.0"
xmlns:glib="http://www.gtk.org/introspection/glib/1.0"
>
<!-- required header files -->
<c:include name="gio/gnetworking.h" version="2.36"/>
<namespace>
<constant blacklist="true" name="FILE_ATTRIBUTE_FILESYSTEM_REMOTE"/>
<constant blacklist="true" name="SETTINGS_BACKEND_EXTENSION_POINT_NAME"/>
<class name="Settings">
<method blacklist="true" c:identifier="g_settings_get_mapped"/>
</class>
<class name="SettingsBackend">
<method blacklist="true" c:identifier="g_settings_backend_changed"/>
<method blacklist="true" c:identifier="g_settings_backend_changed_tree"/>
<method blacklist="true" c:identifier="g_settings_backend_path_changed"/>
<method blacklist="true" c:identifier="g_settings_backend_path_writable_changed"/>
<method blacklist="true" c:identifier="g_settings_backend_writable_changed"/>
<method blacklist="true" c:identifier="g_settings_backend_keys_changed"/>
<function blacklist="true" c:identifier="g_settings_backend_get_default"/>
</class>
<class name="IOModule">
<function blacklist="true" c:identifier="g_io_module_query"/>
</class>
<!-- needs glib.Bytes, which requires a specific version of glib -->
<class name="OutputStream">
<method blacklist="true" c:identifier="g_output_stream_write_bytes"/>
</class>
<!-- These method names should be created dynamically since 2.56. -->
<class name="IOModule">
<method blacklist="true" c:identifier="g_io_module_load"/>
<method blacklist="true" c:identifier="g_io_module_unload"/>
</class>
<class name="InetAddress">
<method blacklist="true" c:identifier="g_inet_address_to_bytes"/>
</class>
<class name="Socket">
<method blacklist="true" c:identifier="g_socket_get_local_address"/>
</class>
<class name="TlsPassword">
<method blacklist="true" c:identifier="g_tls_password_get_value"/>
</class>
<class name="Socket">
<implements name="DatagramBased" version="2.48"/>
</class>
<function blacklist="true" c:identifier="g_keyfile_settings_backend_new"/>
<function blacklist="true" c:identifier="g_memory_settings_backend_new"/>
<function blacklist="true" c:identifier="g_null_settings_backend_new"/>
<!-- The The GSettingsBackend API is somewhat specialist. -->
<record blacklist="true" name="SettingsBackendClass"/>
<record blacklist="true" name="SettingsBackendPrivate"/>
</namespace>
</repository>