summaryrefslogtreecommitdiff
path: root/gio/gfileinfo.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-23gio: port annotations from the Vala metadata.Evan Nemerson1-3/+3
2014-02-08REmove another tableMatthias Clasen1-14/+9
2014-02-08Eradicate links and xrefsMatthias Clasen1-6/+6
2014-02-01Docs: Big entity cleanupMatthias Clasen1-1/+1
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-10-27gio: Fix typo in documentationRoss Lagerwall1-1/+1
2013-10-23file-info: Add a G_FILE_ATTRIBUTE_THUMBNAIL_IS_VALID attributeRyan Lortie1-0/+1
2012-11-28Fix suprisingly hard-to-spot typoMatthias Clasen1-1/+1
2012-11-27fileinfo: Add _get_deletion_date() helperBastien Nocera1-0/+36
2012-08-30Add symbolic icon support to gfileinfoWilliam Jon McCann1-0/+58
2012-04-05Fix malformed GTK-Doc comment blocks: add missing colons.Dieter Verfaillie1-1/+1
2012-02-26docs: Clarify how to unset a GFileInfo attributeDavid King1-1/+2
2012-02-21docs: Fix GFileAttribute link in GFileInfoDavid King1-1/+2
2012-01-11GIO: add lots of annotations for Vala bindingsEvan Nemerson1-1/+1
2011-11-16fileinfo: Add g_file_attribute_matcher_subtract()Benjamin Otte1-2/+81
2011-11-16fileinfo: Add g_file_attribute_matcher_to_string()Benjamin Otte1-0/+40
2011-11-16fileinfo: Store namespace::* as 0th attributeBenjamin Otte1-1/+2
2011-11-16fileinfo: Change the way attribute matchers are createdBenjamin Otte1-28/+74
2011-11-16fileinfo: Remove optimization for GFileAttributeMatcherBenjamin Otte1-72/+28
2011-10-15Add two annotations to gioTorsten Schönfeld1-1/+1
2011-06-04Fix links in gio docsMatthias Clasen1-1/+1
2011-04-12GFileAttributeMatcher: Improve struct packingMatthias Clasen1-2/+3
2011-03-11g_file_info_get/set_attribute_string*(): Document the UTF-8ness.Murray Cumming1-287/+287
2010-09-24Add a lot of missing annotationsJohan Dahlin1-2/+2
2010-08-18Use G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritten codeChristian Persch1-17/+3
2010-07-10Fix sparse warningsMatthias Clasen1-2/+2
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-4/+0
2010-06-10[Gio] Merge in introspection annotations from gobject-introspection gio-2.0.cColin Walters1-7/+7
2010-05-03gio: Add a boxed type for GFileAttributeMatcherTorsten Schönfeld1-0/+18
2010-03-08Add defines for trash::orig-path and trash::deletion-dateMatthias Clasen1-14/+16
2009-08-24Documentation fixesMatthias Clasen1-0/+2
2009-07-05Register ids for new file attributesMatthias Clasen1-0/+4
2009-06-29add g_file_attribute_set_*_by_id() and use themBenjamin Otte1-48/+135
2009-06-29export and use _g_file_attribute_matcher_matches_id()Benjamin Otte1-8/+5
2009-06-29add private header with attribute idsBenjamin Otte1-1/+78
2009-06-29split lookup_attribute() into two functionsBenjamin Otte1-28/+37
2009-06-29split attribute hash initialization into its own functionBenjamin Otte1-10/+12
2009-06-25Allow setting G_FILE_ATTRIBUTE_TYPE_INVALID attributes in GFileInfoAlexander Larsson1-1/+1
2009-06-23Add g_file_info_set_attribute_statusAlexander Larsson1-0/+36
2009-06-23Add g_file_info_has_namespaceAlexander Larsson1-0/+36
2009-06-23Add string vector attribute type to GFileInfoAlexander Larsson1-0/+51
2009-02-23Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen1-1/+1
2009-02-17unref the destination's attribute matcher before overwriting it.Ryan Lortie1-0/+3
2008-09-11remove dangling 's' in the documentation.Michael Natterer1-1/+1
2008-07-01Moved all relevant typedefs into these files.Cody Russell1-0/+1
2008-06-22Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin1-1/+1
2008-06-16chain up unconditionally in finalize() and dispose(). Also don'tMichael Natterer1-3/+2
2008-02-21Doc fixesMatthias Clasen1-1/+1
2008-02-11Correctly handle NULL GAttributeMatcher meaning matches nothing. (FixesAlexander Larsson1-2/+3
2008-02-06replace "icon && G_IS_ICON (icon)" by simply "G_IS_ICON (icon)".Michael Natterer1-1/+1