2007-11-27 11:46:45 +01:00
|
|
|
/* GIO - GLib Input, Output and Streaming Library
|
2008-09-02 21:05:58 +02:00
|
|
|
*
|
2007-11-27 11:46:45 +01:00
|
|
|
* Copyright (C) 2006-2007 Red Hat, Inc.
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General
|
|
|
|
* Public License along with this library; if not, write to the
|
|
|
|
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
|
|
|
* Boston, MA 02111-1307, USA.
|
|
|
|
*
|
|
|
|
* Author: Alexander Larsson <alexl@redhat.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __G_IO_H__
|
|
|
|
#define __G_IO_H__
|
|
|
|
|
2007-12-14 11:35:24 +01:00
|
|
|
#define __GIO_GIO_H_INSIDE__
|
|
|
|
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/giotypes.h>
|
|
|
|
|
2007-11-27 11:46:45 +01:00
|
|
|
#include <gio/gappinfo.h>
|
2010-08-18 07:56:34 +02:00
|
|
|
#include <gio/gaction.h>
|
2010-08-18 06:33:17 +02:00
|
|
|
#include <gio/gactiongroup.h>
|
2010-08-18 08:15:09 +02:00
|
|
|
#include <gio/gsimpleactiongroup.h>
|
2010-06-07 19:25:39 +02:00
|
|
|
#include <gio/gapplication.h>
|
2009-05-14 15:26:37 +02:00
|
|
|
#include <gio/gasyncinitable.h>
|
2010-06-06 22:15:44 +02:00
|
|
|
#include <gio/gasyncresult.h>
|
2007-11-27 11:46:45 +01:00
|
|
|
#include <gio/gbufferedinputstream.h>
|
|
|
|
#include <gio/gbufferedoutputstream.h>
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/gcancellable.h>
|
2010-06-06 22:15:44 +02:00
|
|
|
#include <gio/gcharsetconverter.h>
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/gcontenttype.h>
|
2009-11-18 13:14:13 +01:00
|
|
|
#include <gio/gconverter.h>
|
2009-10-22 22:50:52 +02:00
|
|
|
#include <gio/gconverterinputstream.h>
|
2009-11-23 15:03:57 +01:00
|
|
|
#include <gio/gconverteroutputstream.h>
|
2010-06-06 22:15:44 +02:00
|
|
|
#include <gio/gcredentials.h>
|
2007-11-27 11:46:45 +01:00
|
|
|
#include <gio/gdatainputstream.h>
|
|
|
|
#include <gio/gdataoutputstream.h>
|
2010-06-06 22:15:44 +02:00
|
|
|
#include <gio/gdbusaddress.h>
|
|
|
|
#include <gio/gdbusauthobserver.h>
|
|
|
|
#include <gio/gdbusconnection.h>
|
|
|
|
#include <gio/gdbuserror.h>
|
|
|
|
#include <gio/gdbusintrospection.h>
|
|
|
|
#include <gio/gdbusmessage.h>
|
|
|
|
#include <gio/gdbusmethodinvocation.h>
|
|
|
|
#include <gio/gdbusnameowning.h>
|
|
|
|
#include <gio/gdbusnamewatching.h>
|
|
|
|
#include <gio/gdbusproxy.h>
|
|
|
|
#include <gio/gdbusserver.h>
|
|
|
|
#include <gio/gdbusutils.h>
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/gdrive.h>
|
2008-07-28 17:35:07 +02:00
|
|
|
#include <gio/gemblemedicon.h>
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/gfileattribute.h>
|
|
|
|
#include <gio/gfileenumerator.h>
|
2010-06-06 22:15:44 +02:00
|
|
|
#include <gio/gfile.h>
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/gfileicon.h>
|
|
|
|
#include <gio/gfileinfo.h>
|
|
|
|
#include <gio/gfileinputstream.h>
|
2010-06-06 22:15:44 +02:00
|
|
|
#include <gio/gfileiostream.h>
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/gfilemonitor.h>
|
2007-11-27 11:46:45 +01:00
|
|
|
#include <gio/gfilenamecompleter.h>
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/gfileoutputstream.h>
|
2007-11-27 11:46:45 +01:00
|
|
|
#include <gio/gfilterinputstream.h>
|
|
|
|
#include <gio/gfilteroutputstream.h>
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/gicon.h>
|
2008-12-12 19:13:55 +01:00
|
|
|
#include <gio/ginetaddress.h>
|
|
|
|
#include <gio/ginetsocketaddress.h>
|
2010-06-06 22:15:44 +02:00
|
|
|
#include <gio/ginitable.h>
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/ginputstream.h>
|
2008-08-04 19:19:30 +02:00
|
|
|
#include <gio/gioenums.h>
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/gioenumtypes.h>
|
|
|
|
#include <gio/gioerror.h>
|
2007-11-27 11:46:45 +01:00
|
|
|
#include <gio/giomodule.h>
|
|
|
|
#include <gio/gioscheduler.h>
|
2009-05-12 16:30:15 +02:00
|
|
|
#include <gio/giostream.h>
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/gloadableicon.h>
|
2007-11-27 11:46:45 +01:00
|
|
|
#include <gio/gmemoryinputstream.h>
|
|
|
|
#include <gio/gmemoryoutputstream.h>
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/gmount.h>
|
|
|
|
#include <gio/gmountoperation.h>
|
Provide eject() on both GMount and GVolume and utility functions to guess
2007-12-14 David Zeuthen <davidz@redhat.com>
* Makefile.am:
* gio.symbols:
* gmount.c: (g_mount_get_uuid), (g_mount_can_eject),
(g_mount_eject), (g_mount_eject_finish):
* gmount.h:
* gunionvolumemonitor.c: (g_union_volume_monitor_finalize),
(get_volume_for_uuid), (get_mount_for_uuid),
(g_union_volume_monitor_class_init),
(get_default_native_type_with_exclude), (get_default_native_type),
(get_native_type), (update_native_type),
(g_union_volume_monitor_init), (_g_mount_get_for_mount_path):
* gunixmount.c: (_g_unix_mount_new), (g_unix_mount_get_uuid),
(g_unix_mount_can_eject), (eject_unmount_cb),
(eject_unmount_read_error), (eject_unmount_do),
(g_unix_mount_unmount), (g_unix_mount_eject),
(g_unix_mount_eject_finish), (g_unix_mount_mount_iface_init):
* gunixmounts.c: (g_unix_mount_guess_can_eject),
(g_unix_mount_point_guess_can_eject):
* gunixmounts.h:
* gunixvolume.c: (_g_unix_volume_new), (g_unix_volume_get_uuid),
(g_unix_volume_can_eject), (g_unix_volume_get_drive),
(eject_mount_cb), (eject_mount_read_error), (eject_mount_do),
(g_unix_volume_mount), (g_unix_volume_eject),
(g_unix_volume_eject_finish), (g_unix_volume_volume_iface_init):
* gunixvolumemonitor.c: (get_volume_for_uuid),
(get_mount_for_uuid), (g_unix_volume_monitor_class_init),
(update_mounts):
* gvolume.c: (g_volume_get_uuid), (g_volume_can_eject),
(g_volume_eject), (g_volume_eject_finish):
* gvolume.h:
* gvolumemonitor.c: (g_volume_monitor_get_volume_for_uuid),
(g_volume_monitor_get_mount_for_uuid):
* gvolumemonitor.h:
Provide eject() on both GMount and GVolume and utility functions
to guess whether a GUnixMountPoint or GUnixMountEntry should be
ejected. Introduce the concept of UUID's and wire it into GVolume
and GMount and provide API on GVolumeMonitor to find such
instances. Also handle the case where an external
GNativeVolumeMonitor fails to initialize. Lock around the
_g_get_mount_for_mount_path() function such that volume monitor
implementations won't have to do locking themselves.
svn path=/trunk/; revision=6140
2007-12-17 10:31:08 +01:00
|
|
|
#include <gio/gnativevolumemonitor.h>
|
2008-12-29 19:38:28 +01:00
|
|
|
#include <gio/gnetworkaddress.h>
|
|
|
|
#include <gio/gnetworkservice.h>
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/goutputstream.h>
|
2010-06-03 22:58:52 +02:00
|
|
|
#include <gio/gpermission.h>
|
2010-08-10 21:24:37 +02:00
|
|
|
#include <gio/gproxy.h>
|
2010-04-26 23:27:33 +02:00
|
|
|
#include <gio/gproxyaddress.h>
|
2010-08-10 21:25:11 +02:00
|
|
|
#include <gio/gproxyaddressenumerator.h>
|
2010-05-07 21:55:54 +02:00
|
|
|
#include <gio/gproxyresolver.h>
|
2008-12-29 18:53:47 +01:00
|
|
|
#include <gio/gresolver.h>
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/gseekable.h>
|
2010-04-17 05:17:01 +02:00
|
|
|
#include <gio/gsettings.h>
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/gsimpleasyncresult.h>
|
2010-06-06 22:15:44 +02:00
|
|
|
#include <gio/gsimplepermission.h>
|
2008-12-29 19:38:28 +01:00
|
|
|
#include <gio/gsocketaddressenumerator.h>
|
2010-06-06 22:15:44 +02:00
|
|
|
#include <gio/gsocketaddress.h>
|
2009-05-15 21:26:24 +02:00
|
|
|
#include <gio/gsocketclient.h>
|
2008-12-29 19:38:28 +01:00
|
|
|
#include <gio/gsocketconnectable.h>
|
2009-05-15 21:26:24 +02:00
|
|
|
#include <gio/gsocketconnection.h>
|
|
|
|
#include <gio/gsocketcontrolmessage.h>
|
2010-06-06 22:15:44 +02:00
|
|
|
#include <gio/gsocket.h>
|
2009-05-15 21:26:24 +02:00
|
|
|
#include <gio/gsocketlistener.h>
|
|
|
|
#include <gio/gsocketservice.h>
|
2008-12-29 18:53:47 +01:00
|
|
|
#include <gio/gsrvtarget.h>
|
2010-06-06 22:15:44 +02:00
|
|
|
#include <gio/gtcpconnection.h>
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/gthemedicon.h>
|
2010-06-06 22:15:44 +02:00
|
|
|
#include <gio/gthreadedsocketservice.h>
|
2008-07-01 08:32:35 +02:00
|
|
|
#include <gio/gvfs.h>
|
|
|
|
#include <gio/gvolume.h>
|
|
|
|
#include <gio/gvolumemonitor.h>
|
2009-11-20 12:04:31 +01:00
|
|
|
#include <gio/gzlibcompressor.h>
|
2009-11-19 17:20:20 +01:00
|
|
|
#include <gio/gzlibdecompressor.h>
|
2007-11-27 11:46:45 +01:00
|
|
|
|
2007-12-14 11:35:24 +01:00
|
|
|
#undef __GIO_GIO_H_INSIDE__
|
|
|
|
|
2007-11-27 11:46:45 +01:00
|
|
|
#endif /* __G_IO_H__ */
|
2010-06-06 22:15:44 +02:00
|
|
|
|