Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gio.h
Go to the documentation of this file.
1/* GIO - GLib Input, Output and Streaming Library
2 *
3 * Copyright (C) 2006-2007 Red Hat, Inc.
4 *
5 * SPDX-License-Identifier: LGPL-2.1-or-later
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General
18 * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
19 *
20 * Author: Alexander Larsson <alexl@redhat.com>
21 */
22
23#ifndef __G_IO_H__
24#define __G_IO_H__
25
26#define __GIO_GIO_H_INSIDE__
27
28#include <gio/giotypes.h>
29
30#include <gio/gaction.h>
31#include <gio/gactiongroup.h>
33#include <gio/gactionmap.h>
34#include <gio/gappinfo.h>
35#include <gio/gapplication.h>
37#include <gio/gasyncinitable.h>
38#include <gio/gasyncresult.h>
41#include <gio/gbytesicon.h>
42#include <gio/gcancellable.h>
44#include <gio/gcontenttype.h>
45#include <gio/gconverter.h>
48#include <gio/gcredentials.h>
49#include <gio/gdatagrambased.h>
53#include <gio/gdbusaddress.h>
55#include <gio/gdbusconnection.h>
56#include <gio/gdbuserror.h>
57#include <gio/gdbusinterface.h>
60#include <gio/gdbusmenumodel.h>
61#include <gio/gdbusmessage.h>
63#include <gio/gdbusnameowning.h>
65#include <gio/gdbusobject.h>
71#include <gio/gdbusproxy.h>
72#include <gio/gdbusserver.h>
73#include <gio/gdbusutils.h>
76#include <gio/gdrive.h>
78#include <gio/gdtlsconnection.h>
80#include <gio/gemblemedicon.h>
81#include <gio/gfile.h>
82#include <gio/gfileattribute.h>
83#include <gio/gfileenumerator.h>
84#include <gio/gfileicon.h>
85#include <gio/gfileinfo.h>
87#include <gio/gfileiostream.h>
88#include <gio/gfilemonitor.h>
93#include <gio/gicon.h>
94#include <gio/ginetaddress.h>
97#include <gio/ginitable.h>
98#include <gio/ginputstream.h>
99#include <gio/gioenums.h>
100#include <gio/gioenumtypes.h>
101#include <gio/gioerror.h>
102#include <gio/giomodule.h>
103#include <gio/gioscheduler.h>
104#include <gio/giostream.h>
105#include <gio/glistmodel.h>
106#include <gio/gliststore.h>
107#include <gio/gloadableicon.h>
109#include <gio/gmemorymonitor.h>
111#include <gio/gmenu.h>
112#include <gio/gmenuexporter.h>
113#include <gio/gmenumodel.h>
114#include <gio/gmount.h>
115#include <gio/gmountoperation.h>
118#include <gio/gnetworkaddress.h>
119#include <gio/gnetworkmonitor.h>
120#include <gio/gnetworkservice.h>
121#include <gio/gnotification.h>
122#include <gio/goutputstream.h>
123#include <gio/gpermission.h>
126#include <gio/gpollableutils.h>
128#include <gio/gpropertyaction.h>
129#include <gio/gproxy.h>
130#include <gio/gproxyaddress.h>
132#include <gio/gproxyresolver.h>
134#include <gio/gresolver.h>
135#include <gio/gresource.h>
136#include <gio/gseekable.h>
137#include <gio/gsettings.h>
138#include <gio/gsettingsschema.h>
139#include <gio/gsimpleaction.h>
142#include <gio/gsimpleiostream.h>
145#include <gio/gsocket.h>
146#include <gio/gsocketaddress.h>
148#include <gio/gsocketclient.h>
152#include <gio/gsocketlistener.h>
153#include <gio/gsocketservice.h>
154#include <gio/gsrvtarget.h>
155#include <gio/gsubprocess.h>
157#include <gio/gtask.h>
158#include <gio/gtcpconnection.h>
160#include <gio/gtestdbus.h>
161#include <gio/gthemedicon.h>
163#include <gio/gtlsbackend.h>
164#include <gio/gtlscertificate.h>
166#include <gio/gtlsconnection.h>
167#include <gio/gtlsdatabase.h>
168#include <gio/gtlsfiledatabase.h>
169#include <gio/gtlsinteraction.h>
170#include <gio/gtlspassword.h>
172#include <gio/gunixconnection.h>
174#include <gio/gunixfdlist.h>
176#include <gio/gvfs.h>
177#include <gio/gvolume.h>
178#include <gio/gvolumemonitor.h>
179#include <gio/gzlibcompressor.h>
181
182#include <gio/gio-autocleanups.h>
183
184#undef __GIO_GIO_H_INSIDE__
185
186#endif /* __G_IO_H__ */