History log of /external/bluetooth/glib/gio/gunixmounts.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8c6e7c103fc2ec1c80149b0d391b7c89e13d11cf 25-Feb-2009 Alexander Larsson <alexl@redhat.com> Bug 570073 – Add support for reading filesystems on Interix

2009-02-25 Alexander Larsson <alexl@redhat.com>

Bug 570073 – Add support for reading filesystems on Interix

* gunixmounts.c (_g_get_unix_mounts):
Support Interix. Patch from Fabian Groffen


svn path=/trunk/; revision=7911
/external/bluetooth/glib/gio/gunixmounts.c
f5483302757a9c03c43e25c86cea4a7bd5aaaf3f 23-Feb-2009 Matthias Clasen <matthiasc@src.gnome.org> Fix "it's" vs "its" confusion throughout the source. Patch by Will

* Fix "it's" vs "its" confusion throughout the source. Patch
by Will Thompson.


svn path=/trunk/; revision=7897
/external/bluetooth/glib/gio/gunixmounts.c
b77a6eeac9406e9a2290256494240383190a8610 19-Jan-2009 Matthias Clasen <matthiasc@src.gnome.org> Some cleanups

svn path=/trunk/; revision=7817
/external/bluetooth/glib/gio/gunixmounts.c
782fe440ef9a9c8e7a8379249779b294d9552a23 31-Dec-2008 Matthias Clasen <matthiasc@src.gnome.org> Add notes about being UNIX-specific

svn path=/trunk/; revision=7756
/external/bluetooth/glib/gio/gunixmounts.c
a28d87bfc987d8b0aa27c6f9d996a31894fedf4a 12-Dec-2008 Ryan Lortie <desrt@desrt.ca> fix leak that occurs when multiple mount entries match the requested path

2008-12-12 Ryan Lortie <desrt@desrt.ca>

* gio/gunixmounts.c (g_unix_mount_at): fix leak that occurs when
multiple mount entries match the requested path


svn path=/trunk/; revision=7742
/external/bluetooth/glib/gio/gunixmounts.c
c7d37fca345edb23c3b258041140834d80b534a3 08-Dec-2008 Matthias Clasen <matthiasc@src.gnome.org> Hide ecryptfs mounts, so that the desktop does not show both the mount and

* gunixmounts.c: (guess_system_internal): Hide ecryptfs mounts,
so that the desktop does not show both the mount and the target
directory. Patch by Martin Pitt


svn path=/trunk/; revision=7736
/external/bluetooth/glib/gio/gunixmounts.c
08b1ec389b00d8d60b22ad5b25256831f9fc295c 08-Dec-2008 Matthias Clasen <matthiasc@src.gnome.org> Use g_access() to check accessibility of local devices. Patch by Martin

* gunixmounts.c: Use g_access() to check accessibility of local devices.
Patch by Martin Pitt


svn path=/trunk/; revision=7733
/external/bluetooth/glib/gio/gunixmounts.c
4cafadc955d1c37118ca269ea22bbd37f8f2a2ce 15-Aug-2008 Padraig O'Briain <padraig.obriain@sun.com> Add zfs to ignore_fs array in guess_system_internal: Fix for #542156.

2008-08-15 Padraig O'Briain <padraig.obriain@sun.com>

* gunixmounts.c: Add zfs to ignore_fs array in guess_system_internal:
Fix for #542156.


svn path=/trunk/; revision=7357
/external/bluetooth/glib/gio/gunixmounts.c
8d37a7964d3b41de330aa581b61eda374b093e71 11-Aug-2008 Sven Neumann <sven@gimp.org> gfilenamecompleter.c glocaldirectorymonitor.c gmountoperation.c

2008-08-11 Sven Neumann <sven@gimp.org>

* gfilenamecompleter.c
* glocaldirectorymonitor.c
* gmountoperation.c
* gunionvolumemonitor.c
* gunixmount.c
* gunixmounts.c
* gunixvolume.c
* gunixvolumemonitor.c
* gvolumemonitor.c
* gwin32mount.c
* gwin32volumemonitor.c: use canonical signal names.


svn path=/trunk/; revision=7339
/external/bluetooth/glib/gio/gunixmounts.c
c723669198d1848f553a8e7fdb130ba8cf0e0253 21-Jul-2008 Matthias Clasen <matthiasc@src.gnome.org> doc fixes

svn path=/trunk/; revision=7226
/external/bluetooth/glib/gio/gunixmounts.c
20174898b5b1014f5f125811d1d92f1b017bdbbc 15-Jul-2008 Matthias Clasen <matthiasc@src.gnome.org> Use g_strcmp0 instead of rolling our own

svn path=/trunk/; revision=7183
/external/bluetooth/glib/gio/gunixmounts.c
ee96535cec0c02bbe15688489654e816dd5c1e7a 02-Jul-2008 Matthias Clasen <matthiasc@src.gnome.org> Fix a doc typo

svn path=/trunk/; revision=7136
/external/bluetooth/glib/gio/gunixmounts.c
761424465aaad736916b029383483b6ac419d831 22-Jun-2008 Johan Dahlin <jdahlin@async.com.br> Include "config.h" instead of <config.h> Command used: find -name

2008-06-21 Johan Dahlin <jdahlin@async.com.br>

* *.[ch]: Include "config.h" instead of <config.h>
Command used:
find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
Rubberstamped by Mitch


svn path=/trunk/; revision=7092
/external/bluetooth/glib/gio/gunixmounts.c
a4427bfff5d31499dc0b46fa3f734bc92f7d0dd5 16-Jun-2008 Michael Natterer <mitch@imendio.com> chain up unconditionally in finalize() and dispose(). Also don't

2008-06-16 Michael Natterer <mitch@imendio.com>

* *.c: chain up unconditionally in finalize() and dispose(). Also
don't dereference these function pointers when calling them since
that has no meaning at all.


svn path=/trunk/; revision=7048
/external/bluetooth/glib/gio/gunixmounts.c
27dba4c28b9276a4ce3c67e1777fa259931b1d82 29-Apr-2008 David Zeuthen <davidz@redhat.com> Avoid displaying mounts in a subdirectory not accessible to the user

2008-04-28 David Zeuthen <davidz@redhat.com>

* gunixmounts.c (g_unix_mount_guess_should_display): Avoid
displaying mounts in a subdirectory not accessible to the
user (#526320).


svn path=/trunk/; revision=6872
/external/bluetooth/glib/gio/gunixmounts.c
087bf32df3aff81a81a94153f09280706a7e732c 04-Apr-2008 Sebastien Bacher <seb128@ubuntu.com> Don't list the user directory as a mount, fix potential issue when other

2008-04-04 Sebastien Bacher <seb128@ubuntu.com>

* gunixmounts.c: (g_unix_mount_guess_should_display):
Don't list the user directory as a mount, fix potential issue
when other users have a similar naming and don't special case the
gvfs mounts there since that's not required (#525866)


svn path=/trunk/; revision=6825
/external/bluetooth/glib/gio/gunixmounts.c
864b0d690edd5ba945571bb3715e71b5e5b1f65b 19-Mar-2008 Sebastien Bacher <seb128@ubuntu.com> consider nfs4 mounts as G_UNIX_MOUNT_TYPE_NFS (Closes: #523338)

2008-03-19 Sebastien Bacher <seb128@ubuntu.com>

* gunixmounts.c: (guess_mount_type):
consider nfs4 mounts as G_UNIX_MOUNT_TYPE_NFS (Closes: #523338)

svn path=/trunk/; revision=6737
/external/bluetooth/glib/gio/gunixmounts.c
51d7fc9e965c64da40597d007756d330b5e3cc5f 14-Mar-2008 David Zeuthen <davidz@redhat.com> Add g_unix_mount_monitor_set_rate_limit() function (#521946)

2008-03-12 David Zeuthen <davidz@redhat.com>

* gio.symbols:
* gunixmounts.[ch]:
Add g_unix_mount_monitor_set_rate_limit() function (#521946)



svn path=/trunk/; revision=6711
/external/bluetooth/glib/gio/gunixmounts.c
240ba02786e2ce0fe17327e1901d8e6fe06e812e 14-Mar-2008 Alexander Larsson <alexl@redhat.com> Avoid redudant tests (#521851) Patch from Josselin Mouette

2008-03-14 Alexander Larsson <alexl@redhat.com>

* gunixmounts.c:
(guess_mount_type):
Avoid redudant tests (#521851)
Patch from Josselin Mouette


svn path=/trunk/; revision=6710
/external/bluetooth/glib/gio/gunixmounts.c
5241d96b2188f285dfd60a4b85f9d1cdf7ccb124 06-Mar-2008 Alexander Larsson <alexl@redhat.com> Fix sparse warnings (#519489)

2008-03-06 Alexander Larsson <alexl@redhat.com>

* gdesktopappinfo.c:
* gfilemonitor.c:
* gthemedicon.c:
* gunionvolumemonitor.c:
* gunixmounts.c:
* tests/g-file.c:
* tests/live-g-file.c:
* xdgmime/xdgmimecache.c:
Fix sparse warnings (#519489)


svn path=/trunk/; revision=6632
/external/bluetooth/glib/gio/gunixmounts.c
4a1cf45793e3e7ef5d94c10cd2331c6085423058 25-Feb-2008 Alexander Larsson <alexl@redhat.com> Remove type guessing, instead just display mounts in /media and in ~/.

2008-02-25 Alexander Larsson <alexl@redhat.com>

* gunixmounts.c:
(g_unix_mount_guess_should_display):
Remove type guessing, instead just display
mounts in /media and in ~/.


svn path=/trunk/; revision=6582
/external/bluetooth/glib/gio/gunixmounts.c
0766a1ec399f2dcd707249ed45b13dfbd239f382 10-Feb-2008 Matthias Clasen <mclasen@redhat.com> Consistently use getmntent_r() and fall back to getmntent(). (#515492)

2008-02-09 Matthias Clasen <mclasen@redhat.com>

* gunixmounts.c: Consistently use getmntent_r() and fall
back to getmntent(). (#515492)



svn path=/trunk/; revision=6490
/external/bluetooth/glib/gio/gunixmounts.c
f0749cc896db4174609da7da178d079aaf758845 16-Jan-2008 Murray Cumming <murrayc@murrayc.com> Corrected some typos in the documentation: occured -> occurred. its ->

2008-01-16 Murray Cumming <murrayc@murrayc.com>

* gappinfo.c:
* gdatainputstream.c:
* gfile.c:
* gfileoutputstream.c:
* ginputstream.c:
* gmount.c:
* goutputstream.c:
* gseekable.c:
* gunixmounts.c: Corrected some typos in the documentation:
occured -> occurred.
its -> it's (where appropriate).

svn path=/trunk/; revision=6322
/external/bluetooth/glib/gio/gunixmounts.c
3690cb75a67377a169264e226655d8fa3a5d003a 14-Jan-2008 Alexander Larsson <alexl@redhat.com> Add GError to file monitor calls

2008-01-14 Alexander Larsson <alexl@redhat.com>

* gfile.[ch]:
(g_file_monitor_directory):
(g_file_monitor_file):
Add GError to file monitor calls

* glocaldirectorymonitor.c:
* glocaldirectorymonitor.h:
* glocalfile.c:
* glocalfilemonitor.c:
* glocalfilemonitor.h:
* gunixmounts.c:
Update for above change


svn path=/trunk/; revision=6306
/external/bluetooth/glib/gio/gunixmounts.c
7fe31089ff6d2885197fa1d0d9e340eabc779be6 10-Jan-2008 Frederic Crozat <fcrozat@mandriva.com> add rpc_pipefs to systemfs list (#508309).

2008-01-10 Frederic Crozat <fcrozat@mandriva.com>

* gunixmounts.c: add rpc_pipefs to systemfs list (#508309).


svn path=/trunk/; revision=6289
/external/bluetooth/glib/gio/gunixmounts.c
896ebed1a57623ec5e0b08ba2bec3e37c1c88d41 09-Jan-2008 Alexander Larsson <alexl@redhat.com> Add g_unix_mount_guess_should_display and use for unix volume monitor

2008-01-09 Alexander Larsson <alexl@redhat.com>

* gio.symbols:
* gunixmount.c:
* gunixmounts.[ch]:
Add g_unix_mount_guess_should_display and use
for unix volume monitor backend.
This means we more or less show what the
gnome-vfs backend did.
Based on patch from Padraig O'Briain


svn path=/trunk/; revision=6285
/external/bluetooth/glib/gio/gunixmounts.c
47b8809e176f4bc7f22768cb45fec47280c4242f 09-Jan-2008 Alexander Larsson <alexl@redhat.com> Add g_themed_icon_new_with_default_fallbacks

2008-01-09 Alexander Larsson <alexl@redhat.com>

* gio.symbols:
* gthemedicon.[ch]:
Add g_themed_icon_new_with_default_fallbacks

* gunixmounts.c:
Use default fallbacks for icons



svn path=/trunk/; revision=6284
/external/bluetooth/glib/gio/gunixmounts.c
246e2e71a91f028e0657d8f0dca489928b4f2750 03-Jan-2008 Alexander Larsson <alexl@redhat.com> Add /usr/local to list of internal mountpoints

2008-01-03 Alexander Larsson <alexl@redhat.com>

* gunixmounts.c (g_unix_is_mount_path_system_internal):
Add /usr/local to list of internal mountpoints


svn path=/trunk/; revision=6237
/external/bluetooth/glib/gio/gunixmounts.c
c014e5f8deecbb85966d99fb3aa46d10c674c322 30-Dec-2007 Matthias Clasen <matthiasc@src.gnome.org> More doc updates

svn path=/trunk/; revision=6213
/external/bluetooth/glib/gio/gunixmounts.c
0debd52858ffb4f468e55cd2f3c7e4dec5455b94 18-Dec-2007 Matthias Clasen <matthiasc@src.gnome.org> Fix up includes in section docs

svn path=/trunk/; revision=6149
/external/bluetooth/glib/gio/gunixmounts.c
feb5258cf9ca9c3b3d9a58a98b1c6c75c822855a 17-Dec-2007 Matthias Clasen <mclasen@redhat.com> Namespace waste reduction, move some g_get_unix_mount functions to the

2007-12-17 Matthias Clasen <mclasen@redhat.com>

* gio.symbols:
* gunixmounts.[hc]: Namespace waste reduction, move some
g_get_unix_mount functions to the g_unix_mount namespace.

* gunixmounts.c:
* gunixvolumemonitor.c:
* glocalfile.c:
* glocaldirectorymonitor.c: Update all callers.

* gunixmounts.h: Remove leftover g_unix_get_canonical_device_path


svn path=/trunk/; revision=6143
/external/bluetooth/glib/gio/gunixmounts.c
6ad96b367793557d0a02c1bff75cc60befcd59a6 17-Dec-2007 Alexander Larsson <alexl@redhat.com> Add missing #ifdef fixing OSX build. (#503334, patch from Richard Hult)

2007-12-17 Alexander Larsson <alexl@redhat.com>

* gunixmounts.c:
Add missing #ifdef fixing OSX build.
(#503334, patch from Richard Hult)



svn path=/trunk/; revision=6141
/external/bluetooth/glib/gio/gunixmounts.c
f4add8f0faf4a8c2ca1cdb4f99f5f3d0d66aaff8 17-Dec-2007 David Zeuthen <davidz@redhat.com> 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
/external/bluetooth/glib/gio/gunixmounts.c
2e3f48993ddf2a18eff36f3e4eae10da0207e510 17-Dec-2007 Matthias Clasen <matthiasc@src.gnome.org> Documentation updates

svn path=/trunk/; revision=6138
/external/bluetooth/glib/gio/gunixmounts.c
f5d2feddf6311492ea9f7124d73d2997db0ca123 15-Dec-2007 Matthias Clasen <matthiasc@src.gnome.org> Fix up docs

svn path=/trunk/; revision=6133
/external/bluetooth/glib/gio/gunixmounts.c
f5063650794c987868830241a630993e624eabd9 14-Dec-2007 Alexander Larsson <alexl@redhat.com> Move GFileAttributeValue to a private header, as its sort of ugly.

2007-12-14 Alexander Larsson <alexl@redhat.com>

* Makefile.am:
* gfileattribute.[ch]:
* gfileattribute-priv.h:
Move GFileAttributeValue to a private header, as
its sort of ugly.

* gfile.[ch]:
Make set_attribute take a type + a pointer instead
of a GFileAttributeValue.

* gfileinfo.[ch]:
Fix up for above changes.
Add g_file_info_get_attribute_data to get
all info in one call, g_file_info_get_attribute_status
to get the status and g_file_info_get_attribute_as_string.

* gio.symbols:
* glocalfile.c:
* glocalfileinfo.[ch]:
Update for changes

* gunixmounts.c:
Make _guess_type static.


svn path=/trunk/; revision=6129
/external/bluetooth/glib/gio/gunixmounts.c
3ca9fd4dbb134088bf70f2f6584f14a559e6820a 11-Dec-2007 David Zeuthen <davidz@redhat.com> Rework how volumes, drives and volume monitoring is done. Previosly the

2007-12-11 David Zeuthen <davidz@redhat.com>

Rework how volumes, drives and volume monitoring is
done. Previosly the model was

GDrive <1-1> GVolume

where a GDrive instance represented a mount point and a GVolume
instance represented a mounted file system. This patch changes it
the model to

GDrive <1-N> GVolume <1-1> GMount

where GMount now serves the purpose of the old GVolume and the new
GVolume serves the purpose of the old GDrive. In addition the new
GDrive interface is used to represent a collection of GVolume
instances (typically partitions) and also contains utility to query
the state of the physical drive the GDrive object represents (such
as checking for media, polling the drive, ejecting the media etc.).

Also implement mounting and unmounting in the Unix volume monitor
backend. A subquent patch will introduce GDrive support for ejection
of media.

* Makefile.am:
* gdrive.c: (g_drive_is_media_check_automatic),
(g_drive_is_media_removable), (g_drive_has_media),
(g_drive_can_poll_for_media), (g_drive_eject),
(g_drive_eject_finish), (g_drive_poll_for_media),
(g_drive_poll_for_media_finish):
* gdrive.h:
* gfile.c: (g_file_find_enclosing_mount):
* gfile.h:
* gio.symbols:
* glocaldirectorymonitor.c:
(g_local_directory_monitor_constructor), (mounts_changed):
* glocalfile.c: (get_mount_info),
(g_local_file_find_enclosing_mount),
(g_local_file_file_iface_init):
* gnativevolumemonitor.h:
* gunionvolumemonitor.c: (get_mounts), (get_volumes),
(get_connected_drives), (g_union_volume_monitor_class_init),
(child_volume_added), (child_volume_removed),
(child_volume_changed), (child_mount_added), (child_mount_removed),
(child_mount_pre_unmount), (child_mount_changed),
(child_drive_changed), (g_union_volume_monitor_add_monitor),
(g_union_volume_monitor_remove_monitor),
(_g_mount_get_for_mount_path):
* gunixmounts.c: (g_unix_is_mount_path_system_internal),
(guess_system_internal), (_g_get_unix_mounts),
(_g_get_unix_mount_points), (g_get_unix_mount_at),
(g_unix_mount_free), (g_unix_mount_compare),
(g_unix_mount_get_mount_path), (g_unix_mount_get_device_path),
(g_unix_mount_get_fs_type), (g_unix_mount_is_readonly),
(g_unix_mount_is_system_internal), (g_unix_mount_guess_type),
(type_to_icon), (g_unix_mount_guess_name),
(g_unix_mount_guess_icon), (g_unix_mount_point_guess_name),
(g_unix_mount_point_guess_icon), (_canonicalize_filename),
(_resolve_symlink), (_resolve_dev_root):
* gunixmounts.h:
* gunixvolume.c: (g_unix_volume_finalize), (_g_unix_volume_new),
(_g_unix_volume_disconnected), (_g_unix_volume_set_mount),
(_g_unix_volume_unset_mount), (g_unix_volume_get_icon),
(g_unix_volume_get_name), (g_unix_volume_can_mount),
(g_unix_volume_get_drive), (g_unix_volume_get_mount),
(_g_unix_volume_has_mount_path), (mount_cb), (mount_read_error),
(g_unix_volume_mount), (g_unix_volume_mount_finish),
(g_unix_volume_volume_iface_init):
* gunixvolume.h:
* gunixvolumemonitor.c: (g_unix_volume_monitor_finalize),
(get_mounts), (get_volumes), (get_connected_drives),
(get_mount_for_mount_path), (g_unix_volume_monitor_class_init),
(mountpoints_changed), (mounts_changed),
(g_unix_volume_monitor_init),
(_g_unix_volume_monitor_lookup_volume_for_mount_path),
(find_mount_by_mountpath), (update_volumes), (update_mounts):
* gunixvolumemonitor.h:
* gvolume.c: (g_volume_get_mount), (g_volume_can_mount),
(g_volume_mount), (g_volume_mount_finish):
* gvolume.h:
* gvolumemonitor.c: (g_volume_monitor_class_init),
(g_volume_monitor_get_connected_drives),
(g_volume_monitor_get_volumes), (g_volume_monitor_get_mounts):
* gvolumemonitor.h:


svn path=/trunk/; revision=6095
/external/bluetooth/glib/gio/gunixmounts.c
a2ca589703273fca80cb126430a8b058aba3eb52 30-Nov-2007 Matthias Clasen <matthiasc@src.gnome.org> More coding style fixes

svn path=/trunk/; revision=5999
/external/bluetooth/glib/gio/gunixmounts.c
7f3280230bc9448a5750fc17a6eabef691ba25f4 28-Nov-2007 Alexander Larsson <alexl@redhat.com> Added. Added. Added. Added.

2007-11-28 Alexander Larsson <alexl@redhat.com>

* Makefile.am:
* abicheck.sh: Added.
* makegioalias.pl: Added.
* pltcheck.sh: Added.
* gio.symbols: Added.
* *.c:
* inotify/*.c
Initial work on adding symbol handling.

* gvfs.h:
Correct ifdef guard name

* fam/Makefile.am:
* inotify/Makefile.am:
* xdgmime/Makefile.am:
Include toplevel Makefile.decl


svn path=/trunk/; revision=5972
/external/bluetooth/glib/gio/gunixmounts.c
442e8df1b833e3311a214ae1bf02337b0c831544 28-Nov-2007 Matthias Clasen <matthiasc@src.gnome.org> Clean up some docs

svn path=/trunk/; revision=5966
/external/bluetooth/glib/gio/gunixmounts.c
5247f12f3649726471080440de0d37b78c1cec33 27-Nov-2007 Andrew Walton <awalton@src.gnome.org> Bumps documentation to 93% symbol coverage, touching most
of the public files. Fixes broken function documentation prototypes.
Fixes GCancellable inaccuracies. Removes unnecessary incomplete
gtk-doc headers in private files.

svn path=/trunk/; revision=5953
/external/bluetooth/glib/gio/gunixmounts.c
3781343738de4abddf56982325a77bd70a98cd26 26-Nov-2007 Alexander Larsson <alexl@redhat.com> gio/ docs/reference/gio Merged gio-standalone into glib.

2007-11-26 Alexander Larsson <alexl@redhat.com>

* Makefile.am:
* configure.in:
* gio-2.0-uninstalled.pc.in:
* gio-2.0.pc.in:
* gio-unix-2.0-uninstalled.pc.in:
* gio-unix-2.0.pc.in:
* gio/
* docs/reference/gio
Merged gio-standalone into glib.

* glib/glibintl.h:
* glib/gutils.c:
Export glib_gettext so that gio can use it
Add P_ (using same domain for now)
Add I_ as g_intern_static_string


svn path=/trunk/; revision=5941
/external/bluetooth/glib/gio/gunixmounts.c