summaryrefslogtreecommitdiff
path: root/gio/gfileinfo.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Fix typo in documentationRoss Lagerwall2013-10-271-1/+1
* file-info: Add a G_FILE_ATTRIBUTE_THUMBNAIL_IS_VALID attributeRyan Lortie2013-10-231-0/+1
* Fix suprisingly hard-to-spot typoMatthias Clasen2012-11-281-1/+1
* fileinfo: Add _get_deletion_date() helperBastien Nocera2012-11-271-0/+36
* Add symbolic icon support to gfileinfoWilliam Jon McCann2012-08-301-0/+58
* Fix malformed GTK-Doc comment blocks: add missing colons.Dieter Verfaillie2012-04-051-1/+1
* docs: Clarify how to unset a GFileInfo attributeDavid King2012-02-261-1/+2
* docs: Fix GFileAttribute link in GFileInfoDavid King2012-02-211-1/+2
* GIO: add lots of annotations for Vala bindingsEvan Nemerson2012-01-111-1/+1
* fileinfo: Add g_file_attribute_matcher_subtract()Benjamin Otte2011-11-161-2/+81
* fileinfo: Add g_file_attribute_matcher_to_string()Benjamin Otte2011-11-161-0/+40
* fileinfo: Store namespace::* as 0th attributeBenjamin Otte2011-11-161-1/+2
* fileinfo: Change the way attribute matchers are createdBenjamin Otte2011-11-161-28/+74
* fileinfo: Remove optimization for GFileAttributeMatcherBenjamin Otte2011-11-161-72/+28
* Add two annotations to gioTorsten Schönfeld2011-10-151-1/+1
* Fix links in gio docsMatthias Clasen2011-06-041-1/+1
* GFileAttributeMatcher: Improve struct packingMatthias Clasen2011-04-121-2/+3
* g_file_info_get/set_attribute_string*(): Document the UTF-8ness.Murray Cumming2011-03-111-287/+287
* Add a lot of missing annotationsJohan Dahlin2010-09-241-2/+2
* Use G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritten codeChristian Persch2010-08-181-17/+3
* Fix sparse warningsMatthias Clasen2010-07-101-2/+2
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-4/+0
* [Gio] Merge in introspection annotations from gobject-introspection gio-2.0.cColin Walters2010-06-101-7/+7
* gio: Add a boxed type for GFileAttributeMatcherTorsten Schönfeld2010-05-031-0/+18
* Add defines for trash::orig-path and trash::deletion-dateMatthias Clasen2010-03-081-14/+16
* Documentation fixesMatthias Clasen2009-08-241-0/+2
* Register ids for new file attributesMatthias Clasen2009-07-051-0/+4
* add g_file_attribute_set_*_by_id() and use themBenjamin Otte2009-06-291-48/+135
* export and use _g_file_attribute_matcher_matches_id()Benjamin Otte2009-06-291-8/+5
* add private header with attribute idsBenjamin Otte2009-06-291-1/+78
* split lookup_attribute() into two functionsBenjamin Otte2009-06-291-28/+37
* split attribute hash initialization into its own functionBenjamin Otte2009-06-291-10/+12
* Allow setting G_FILE_ATTRIBUTE_TYPE_INVALID attributes in GFileInfoAlexander Larsson2009-06-251-1/+1
* Add g_file_info_set_attribute_statusAlexander Larsson2009-06-231-0/+36
* Add g_file_info_has_namespaceAlexander Larsson2009-06-231-0/+36
* Add string vector attribute type to GFileInfoAlexander Larsson2009-06-231-0/+51
* Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen2009-02-231-1/+1
* unref the destination's attribute matcher before overwriting it.Ryan Lortie2009-02-171-0/+3
* remove dangling 's' in the documentation.Michael Natterer2008-09-111-1/+1
* Moved all relevant typedefs into these files.Cody Russell2008-07-011-0/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* chain up unconditionally in finalize() and dispose(). Also don'tMichael Natterer2008-06-161-3/+2
* Doc fixesMatthias Clasen2008-02-211-1/+1
* Correctly handle NULL GAttributeMatcher meaning matches nothing. (FixesAlexander Larsson2008-02-111-2/+3
* replace "icon && G_IS_ICON (icon)" by simply "G_IS_ICON (icon)".Michael Natterer2008-02-061-1/+1
* GFileInfo description: Mention how to actually set attributes in a GFileMurray Cumming2008-01-111-0/+10
* Handle NULL attribute matchers safely, as we return this for emptyAlexander Larsson2008-01-031-18/+28
* Doc additionsMatthias Clasen2007-12-311-1/+10
* Documentation updatesMatthias Clasen2007-12-301-10/+33
* File attribute renames: std:: -> standard:: fs:: -> filesystem:: id::fs ->Alexander Larsson2007-12-201-41/+41