summaryrefslogtreecommitdiff
path: root/gio/gmount.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add missing (nullable) annotations to GDrive, GMount, GVolumePhilip Withnall2018-05-241-5/+8
* docs: Fix various minor syntax errors in gtk-doc commentsPhilip Withnall2017-11-071-2/+2
* Document that pre-unmount may not be emittedChristian Dywan2017-10-111-1/+4
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* docs: Fix a trivial typo in GMount documentationPhilip Withnall2017-05-171-1/+1
* docs: Fix a trivial typo in GMount documentationPhilip Withnall2017-05-171-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-15/+15
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-7/+7
* Docs: replace <literal> by `Matthias Clasen2014-02-061-3/+3
* Convert external links to markdown syntaxMatthias Clasen2014-02-051-2/+4
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gio: port file/vfs-related classes from GSimpleAsyncResult to GTaskDan Winship2012-12-181-49/+56
* Add symbolic icon support to drive, volume, and mountWilliam Jon McCann2012-08-301-0/+32
* gio: Add g_async_result_legacy_propagate_error()Dan Winship2012-07-101-36/+12
* docs: Fix typo GAsyncReady → GAsyncResultDavid King2012-02-211-2/+2
* docs: Correct GUnixMount → GUnixMountEntryDavid King2012-02-211-1/+1
* gio: Introduce get_sort_key() methods on GDrive, GVolume and GMountDavid Zeuthen2011-10-181-0/+25
* Spelling fixesMatthias Clasen2011-08-291-8/+8
* Fix and update GI annotations for 'Volumes and Drives'Pavel Holejsovsky2011-01-071-15/+18
* Fix gtk-doc typoPaolo Borelli2010-11-011-1/+1
* Add a lot of missing annotationsJohan Dahlin2010-09-241-3/+3
* [introspection] Move over annotationsJohan Dahlin2010-09-241-4/+4
* Fix sparse warningsMatthias Clasen2010-07-101-3/+3
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-4/+0
* Use G_DEFINE_INTERFACE in gioDan Winship2009-12-011-94/+49
* Bug 589631 - enclose literals with double quotesRyan Lortie2009-11-261-5/+5
* Add "default location" support to GMountChristian Kellner2009-11-261-0/+31
* Allow interaction when unmounting mountsDavid Zeuthen2009-07-051-3/+183
* Update the docs for the new network APIsAlexander Larsson2009-05-181-1/+1
* Add a GMount::pre-unmount signalCarlos Garnacho2009-05-051-0/+16
* Add and document g_mount_is_shadowed plus calls to set/unset a mount asAlexander Larsson2008-12-011-0/+134
* Also export a g_mount_guess_content_type_sync() function.David Zeuthen2008-07-241-3/+53
* Doc fixesMatthias Clasen2008-07-211-3/+5
* 543504 – crash in Epiphany Web Browser: Opening local fileMatthias Clasen2008-07-201-7/+8
* Documentation improvements.Matthias Clasen2008-07-091-24/+35
* Add g_mount_guess_content_typeMatthias Clasen2008-07-081-2/+91
* Moved all relevant typedefs into these files.Cody Russell2008-07-011-0/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Fixup translator comments (#518578).Wouter Bolsterlee2008-02-251-7/+10
* Add translator comments (#518578)Alexander Larsson2008-02-251-2/+8
* Doc fixesMatthias Clasen2008-02-211-1/+1
* Added GMountMountFlags enum and added a flags argument to all mount calls.Alexander Larsson2008-02-111-1/+3
* documentation: Mention g_mount_remount_finish() instead ofMurray Cumming2008-01-181-1/+1
* Corrected some typos in the documentation: occured -> occurred. its ->Murray Cumming2008-01-161-4/+4
* For async functions that have no non-async version, document that theMurray Cumming2008-01-151-3/+3
* Updates to GIO documentation. (#506395, Mikael Hermansson)Mathias Hasselmann2007-12-311-1/+7
* Add GMountUnmountFlags to all unmount and eject calls. AddAlexander Larsson2007-12-201-10/+92
* Introduce g_volume_monitor_adopt_orphan_mount() function. Also add signalsDavid Zeuthen2007-12-191-0/+16
* Fix up includes in section docsMatthias Clasen2007-12-181-7/+6
* Provide eject() on both GMount and GVolume and utility functions to guessDavid Zeuthen2007-12-171-1/+119