forked from ObjGTK/OGio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOGio-Umbrella.h
More file actions
118 lines (115 loc) · 3.32 KB
/
Copy pathOGio-Umbrella.h
File metadata and controls
118 lines (115 loc) · 3.32 KB
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
/*
* SPDX-FileCopyrightText: 2015-2017 Tyler Burton <software@tylerburton.ca>
* SPDX-FileCopyrightText: 2015-2024 The ObjGTK authors, see AUTHORS file
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
#import <ObjFW/ObjFW.h>
// Generated classes
#import "OGAppInfoMonitor.h"
#import "OGAppLaunchContext.h"
#import "OGApplication.h"
#import "OGApplicationCommandLine.h"
#import "OGBufferedInputStream.h"
#import "OGBufferedOutputStream.h"
#import "OGBytesIcon.h"
#import "OGCancellable.h"
#import "OGCharsetConverter.h"
#import "OGConverterInputStream.h"
#import "OGConverterOutputStream.h"
#import "OGCredentials.h"
#import "OGDBusActionGroup.h"
#import "OGDBusAuthObserver.h"
#import "OGDBusConnection.h"
#import "OGDBusInterfaceSkeleton.h"
#import "OGDBusMenuModel.h"
#import "OGDBusMessage.h"
#import "OGDBusMethodInvocation.h"
#import "OGDBusObjectManagerClient.h"
#import "OGDBusObjectManagerServer.h"
#import "OGDBusObjectProxy.h"
#import "OGDBusObjectSkeleton.h"
#import "OGDBusProxy.h"
#import "OGDBusServer.h"
#import "OGDataInputStream.h"
#import "OGDataOutputStream.h"
#import "OGDebugControllerDBus.h"
#import "OGDesktopAppInfo.h"
#import "OGEmblem.h"
#import "OGEmblemedIcon.h"
#import "OGFileEnumerator.h"
#import "OGFileIOStream.h"
#import "OGFileIcon.h"
#import "OGFileInfo.h"
#import "OGFileInputStream.h"
#import "OGFileMonitor.h"
#import "OGFileOutputStream.h"
#import "OGFilenameCompleter.h"
#import "OGFilterInputStream.h"
#import "OGFilterOutputStream.h"
#import "OGIOStream.h"
#import "OGInetAddress.h"
#import "OGInetAddressMask.h"
#import "OGInetSocketAddress.h"
#import "OGInputStream.h"
#import "OGListStore.h"
#import "OGMemoryInputStream.h"
#import "OGMemoryOutputStream.h"
#import "OGMenu.h"
#import "OGMenuAttributeIter.h"
#import "OGMenuItem.h"
#import "OGMenuLinkIter.h"
#import "OGMenuModel.h"
#import "OGMountOperation.h"
#import "OGNativeSocketAddress.h"
#import "OGNativeVolumeMonitor.h"
#import "OGNetworkAddress.h"
#import "OGNetworkService.h"
#import "OGNotification.h"
#import "OGOutputStream.h"
#import "OGPermission.h"
#import "OGPropertyAction.h"
#import "OGProxyAddress.h"
#import "OGProxyAddressEnumerator.h"
#import "OGResolver.h"
#import "OGSettings.h"
#import "OGSettingsBackend.h"
#import "OGSimpleAction.h"
#import "OGSimpleActionGroup.h"
#import "OGSimpleAsyncResult.h"
#import "OGSimpleIOStream.h"
#import "OGSimplePermission.h"
#import "OGSimpleProxyResolver.h"
#import "OGSocket.h"
#import "OGSocketAddress.h"
#import "OGSocketAddressEnumerator.h"
#import "OGSocketClient.h"
#import "OGSocketConnection.h"
#import "OGSocketControlMessage.h"
#import "OGSocketListener.h"
#import "OGSocketService.h"
#import "OGSubprocess.h"
#import "OGSubprocessLauncher.h"
#import "OGTask.h"
#import "OGTcpConnection.h"
#import "OGTcpWrapperConnection.h"
#import "OGTestDBus.h"
#import "OGThemedIcon.h"
#import "OGThreadedResolver.h"
#import "OGThreadedSocketService.h"
#import "OGTlsCertificate.h"
#import "OGTlsConnection.h"
#import "OGTlsDatabase.h"
#import "OGTlsInteraction.h"
#import "OGTlsPassword.h"
#import "OGUnixConnection.h"
#import "OGUnixCredentialsMessage.h"
#import "OGUnixFDList.h"
#import "OGUnixFDMessage.h"
#import "OGUnixInputStream.h"
#import "OGUnixMountMonitor.h"
#import "OGUnixOutputStream.h"
#import "OGUnixSocketAddress.h"
#import "OGVfs.h"
#import "OGVolumeMonitor.h"
#import "OGZlibCompressor.h"
#import "OGZlibDecompressor.h"