Doc fixes
[platform/upstream/glib.git] / gio / ChangeLog
2008-02-21 Matthias ClasenDoc fixes
2008-02-21 David ZeuthenImplement this function by moving bits from glocalfilei...
2008-02-21 Alexander LarssonFix doc typo
2008-02-21 Alexander LarssonAdd more documentation about how GFiles work (from...
2008-02-21 Alexander LarssonAdd new g_file_has_prefix that does the same as g_file_...
2008-02-20 Benjamin Otteeven more cases of not returning in error path
2008-02-20 Benjamin Ottereturn from function in error path.
2008-02-19 Sylvain PascheRemove trailing coma in GMountMountFlags struct
2008-02-18 Alexander LarssonUse g_unlink/g_rename instead of unlink/rename; do...
2008-02-18 Alexander LarssonOpen files with O_BINARY on windows. (#517140)
2008-02-14 Alexander LarssonCorrectly check for HAVE_FCHMOD and HAVE_FCHOWN
2008-02-14 Alexander LarssonCopy permissions with file on copy (#514084) This is...
2008-02-13 Ryan Lortieadd G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT
2008-02-13 Alexander LarssonDefine IN_ONLYDIR if not in header (#515346)
2008-02-12 Alexander LarssonC89 fixes (#515892)
2008-02-11 Matthias Clasen2.15.5 GLIB_2_15_5
2008-02-11 Matthias ClasenAdd g_mount_mount_flags_get_type
2008-02-11 Alexander LarssonCorrectly handle NULL GAttributeMatcher meaning matches...
2008-02-11 Alexander LarssonAdded GMountMountFlags enum and added a flags argument...
2008-02-11 Alexander LarssonAdded new standard::description attribute. Requested...
2008-02-11 Alexander LarssonMinor docs cleanup
2008-02-11 Matthias ClasenDocumentation additions
2008-02-10 Matthias ClasenConsistently use getmntent_r() and fall back to getmnte...
2008-02-08 Alexander LarssonAdd g_volume_should_automount. Docs needed.
2008-02-07 Tor Lillqvistlive-g-file won't build on Windows, too Unix-specific.
2008-02-06 Behdad EsfahbodSkip g_bit_*(). Inline functions may end up with a...
2008-02-06 Murray CummingFixed some minor typos in documentation.
2008-02-06 Tomas BzatekNew GIO testing module working over real data
2008-02-06 Tomas BzatekFallback to rename() if link() is not available (when...
2008-02-06 Michael Nattererreplace "icon && G_IS_ICON (icon)" by simply "G_IS_ICON...
2008-02-06 Tomas BzatekDocumentation update of error codes
2008-02-06 Alexander LarssonUpdate to use both mimeapps.list and defaults.list...
2008-02-06 Benjamin OtteFix some typos in the documentation.
2008-02-06 Alexander LarssonDon't succeed with trash if newly created trash dir...
2008-02-05 Alexander LarssonDon't spew warnings when destination is not a GLocalFile.
2008-02-03 Hans Breuerupdate
2008-02-01 Michael Nattererassign the return value of xdg_mime_list_mime_parents...
2008-02-01 Alexander LarssonActually call the launch_uris method, not launch.
2008-02-01 Alexander LarssonDon't leak appinfo.
2008-02-01 Alexander LarssonAdd g_app_info_launch_default_for_uri utility function...
2008-02-01 Cosimo CecchiDoc fix for g_app_info_get_default_for_uri_scheme ...
2008-01-30 Alexander LarssonAdd doc comment about uris vs GFiles to g_app_info_launch()
2008-01-30 Alexander LarssonC89 fixes from Jens Granseuer (#512849)
2008-01-30 Alexander LarssonFix gamin/fam difference build issue. (#509419)
2008-01-29 Alexander LarssonAdd G_APP_INFO_CREATE_SUPPORTS_URIS flag
2008-01-29 Alexander Larssongiomodule-priv.h include moved to .c file.
2008-01-29 Alexander LarssonRemove unused prio/name fields.
2008-01-29 Alexander LarssonDon't treat whitespace as control chars.
2008-01-29 Alexander LarssonLazily create the desktop files for appinfos created by
2008-01-29 Alexander LarssonAdded new symbols to gio.symbols
2008-01-29 Alexander LarssonAdd g_file_query_default_handler utility to easily...
2008-01-29 Alexander LarssonMention need to free returned value in g_file_enumerato...
2008-01-29 Alexander LarssonUse list_parents, not get_parents from xdgmime, because...
2008-01-29 Matthias Clasen2.15.4 GLIB_2_15_4
2008-01-28 Alexander LarssonRegister local vfs with prio 0.
2008-01-28 Matthias ClasenDisable some tests
2008-01-28 Alexander LarssonAdd registration hooks for extension points. Register...
2008-01-28 Matthias ClasenDocument new api
2008-01-28 Matthias ClasenDocument new api
2008-01-28 Matthias ClasenFix docs
2008-01-27 Matthias ClasenDeprecate G_GNUC_(PRETTY)_FUNCTION.
2008-01-27 Matthias ClasenAvoid trivial differences in translatable strings
2008-01-25 Matthias ClasenMake this build with gcc 3.4 (#509419)
2008-01-25 Matthias ClasenDoc updates
2008-01-25 Matthias ClasenMake GIOSchedulerJobFunc return boolean Keep calling...
2008-01-25 Alexander LarssonImplement changes discussed on xdg list. Now we can...
2008-01-25 Alexander LarssonDon't make local copy of desktop file for mimetype...
2008-01-25 Matthias ClasenString fixes
2008-01-25 Matthias ClasenExpand docs
2008-01-24 Alexander LarssonAdd g_drive_get_identifier and g_drive_enumerate_identi...
2008-01-24 Alexander LarssonAdd g_file_copy_async() (#511580) Based on patch from...
2008-01-23 Matthias ClasenSome doc additions
2008-01-22 Alexander LarssonDon't leak basename.
2008-01-22 Alexander LarssonDon't leak GKeyFile
2008-01-22 Alexander LarssonFix leak of uri
2008-01-22 Alexander LarssonCanonicalize paths that start with more than two slashes.
2008-01-22 Alexander LarssonAllow UTF-8 in file:// parse names.
2008-01-21 Matthias Clasen2.15.3 GLIB_2_15_3
2008-01-21 Alexander LarssonRemove duplicated GSeekable functions. (#509990) Just...
2008-01-21 Matthias ClasenWhitespace cleanups.
2008-01-21 Murray CummingDocumentation: Fixed minor typos and added more mention...
2008-01-21 Alexander LarssonRemoved. Removed. Removed the included copies of the...
2008-01-21 Matthias ClasenCoding style fixes
2008-01-21 Matthias ClasenDocumentation updates
2008-01-20 Murray Cummingdocumentation: Fixed more minor typos.
2008-01-18 Murray Cummingdocumentation: Mention g_mount_remount_finish() instead of
2008-01-18 Murray CummingFixed some minor typos in the documentation.
2008-01-17 Murray CummingDocumentation: Clarify the ownership of the regurn...
2008-01-17 Alexander LarssonAdd the async find_enclosing_mount version to the heade...
2008-01-17 Alexander LarssonAdd async version of find_enclosing_mount with default...
2008-01-17 Alexander LarssonAllow calls to implementation of copy and write even...
2008-01-16 Murray CummingCorrected some typos in the documentation: occured...
2008-01-16 Alexander LarssonAdd g_file_query_exists (#508771)
2008-01-15 Murray CummingFor async functions that have no non-async version...
2008-01-15 Alexander LarssonDon't do pointer arithmetic on void * (#508602) Patch...
2008-01-14 Matthias Clasen2.15.2 GLIB_2_15_2
2008-01-14 Alexander LarssonDon't set error here, since we fallback to polling...
2008-01-14 Alexander LarssonAdd GError to file monitor calls
2008-01-14 Alexander LarssonHandle root correctly in g_file_get_relative_path ...
2008-01-14 Alexander LarssonClean up docs and example for GAsyncResult (#508074)
next