summaryrefslogtreecommitdiff
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
* 2.15.0GLIB_2_15_0Matthias Clasen2007-12-212-0/+10
* don't build gdesktopappinfo.obj, it collides with symbolsHans Breuer2007-12-203-1/+12
* File attribute renames: std:: -> standard:: fs:: -> filesystem:: id::fs ->Alexander Larsson2007-12-209-173/+189
* Add GMountUnmountFlags to all unmount and eject calls. AddAlexander Larsson2007-12-2012-12/+164
* Fix unused variable warningAlexander Larsson2007-12-202-1/+5
* UpdatesMatthias Clasen2007-12-202-1/+5
* Remove C99 commentsMatthias Clasen2007-12-203-3/+8
* AdditionsMatthias Clasen2007-12-202-1/+8
* Make g_io_modules_load_all_in_directory not unuse loaded modules so thatAlexander Larsson2007-12-1911-166/+284
* Remove warningsAlexander Larsson2007-12-192-4/+7
* Store the native type as GType, not class so that we can unload it. ButAlexander Larsson2007-12-192-32/+56
* Introduce g_volume_monitor_adopt_orphan_mount() function. Also add signalsDavid Zeuthen2007-12-1913-18/+195
* Fix up includes in section docsMatthias Clasen2007-12-1844-56/+102
* Add is_supported() to GNativeVolumeMonitorClass so that we can avoidAlexander Larsson2007-12-178-63/+118
* Namespace waste reduction, move some g_get_unix_mount functions to theMatthias Clasen2007-12-178-26/+43
* Add doc comments about what GFile operations are guaranteed to not block.Alexander Larsson2007-12-172-1/+41
* Add missing #ifdef fixing OSX build. (#503334, patch from Richard Hult)Alexander Larsson2007-12-172-0/+8
* Provide eject() on both GMount and GVolume and utility functions to guessDavid Zeuthen2007-12-1716-81/+721
* Documentation updatesMatthias Clasen2007-12-178-19/+73
* More doc fixupsMatthias Clasen2007-12-152-2/+1
* Fix up docsMatthias Clasen2007-12-153-6/+13
* Use hash iteratorsMatthias Clasen2007-12-153-26/+16
* Move GFileAttributeValue to a private header, as its sort of ugly.Alexander Larsson2007-12-1414-282/+455
* Say Makefile.am instead of gio/Makefile.am in changelogYevgen Muntyan2007-12-141-2/+2
* Moved the ChangeLog entry to gio/ChangeLogYevgen Muntyan2007-12-141-0/+7
* Fixed build when srcdir != builddir, made mkenums and friends useYevgen Muntyan2007-12-142-9/+18
* Fix AKS -> ASK typoAlexander Larsson2007-12-142-1/+6
* Clean up all flags enums to not have _FLAGS in them Make the names of someAlexander Larsson2007-12-1414-69/+86
* fix g_io_scheduler symbol names.Michael Natterer2007-12-142-3/+8
* Only allow including <gio/gio.h> from appsAlexander Larsson2007-12-1447-6/+213
* Rename gioscheduler calls so they all use the g_io_schedule_ prefix. SplitAlexander Larsson2007-12-144-84/+132
* g_push/pop_current_cancellable -> g_cancellable_push/pop_currentAlexander Larsson2007-12-1311-44/+58
* Rename g_mount_for_location to g_file_mount_enclosing_volume.Alexander Larsson2007-12-134-29/+35
* G_PASSWORD_FLAGS_ANON_SUPPORTED -> G_PASSWORD_FLAGS_ANONYMOUS_SUPPORTEDAlexander Larsson2007-12-132-6/+11
* Fix race condition when freeing proxy in g_io_job_send_to_mainloop().Alexander Larsson2007-12-122-21/+17
* Make attribute namespace separator "::" instead of ":". Use - instead of _Alexander Larsson2007-12-126-142/+151
* s/parent/parent_instance/ in GObjectsAlexander Larsson2007-12-1223-26/+52
* No need for padding for interfacesAlexander Larsson2007-12-124-33/+7
* Fix up a bunch of details in the docs.Alexander Larsson2007-12-1234-537/+690
* Rework how volumes, drives and volume monitoring is done. Previosly theDavid Zeuthen2007-12-1129-1211/+2336
* Close the gapMatthias Clasen2007-12-102-2/+6
* Install gdesktopappinfo as unix-specific apiMatthias Clasen2007-12-105-17/+32
* Add some more G_OS_WIN32 conditionals to silence gcc warnings.Tor Lillqvist2007-12-102-4/+22
* http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html15:08:59 Tim Janik2007-12-1023-51/+51
* Don't hardcode '/' (#502727)Alexander Larsson2007-12-102-2/+7
* follow lib naming convention working implementation for user and groupHans Breuer2007-12-093-29/+79
* More documentation cleanup and filling in missing information, bringingA. Walton2007-12-0917-90/+213
* removed -GD to compile with msvc9 (vs2008) with less complainsHans Breuer2007-12-091-1/+1
* Add forgotten #ifdef G_OS_WIN32 to fix the build on linux.Christian Persch2007-12-081-0/+2
* [gio compiles and links on win32, not sure how much already works] ifdefedHans Breuer2007-12-088-26/+251