summaryrefslogtreecommitdiff
path: root/gio/gcontenttype.c
Commit message (Expand)AuthorAgeFilesLines
* gio: port annotations from the Vala metadata.Evan Nemerson2014-05-231-3/+3
* Add non-symbolic fallback icons in g_content_type_get_symbolic_icon().John Lindgren2014-02-231-25/+19
* Convert external links to markdown syntaxMatthias Clasen2014-02-051-3/+7
* Docs: Convert examples to |[ ]|Matthias Clasen2014-01-311-4/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* [PATCH] Fix trivial non literal format usesRyan Lortie2013-12-081-10/+6
* gio: Replace g_clear_object() with if()…g_object_unref()Philip Withnall2013-11-281-1/+2
* gcontenttype: Fix a potential NULL pointer dereferencePhilip Withnall2013-11-271-1/+6
* gcontenttype: Fix a potential g_object_unref(NULL) callPhilip Withnall2013-11-271-1/+1
* Fix the -Werror=format-nonliteral fixes for older GCCsJohn Ralls2013-09-291-3/+3
* More -Werror=format-nonliteral fixesJohn Ralls2013-09-291-1/+4
* Remove legacy icon name supportWilliam Jon McCann2013-08-171-14/+7
* gcontenttype: Duplicate the string inside Mutex lock for thread-safetyAkira TAGOH2013-01-251-1/+2
* Don't look for icons called "(null)" if no xdg mime iconAlexander Larsson2012-11-301-2/+5
* Add api to get the generic icon name for a mime typeWilliam Jon McCann2012-09-131-19/+52
* Add ability to get symbolic icon for content typeWilliam Jon McCann2012-08-301-19/+60
* Split gcontenttype.cMatthias Clasen2012-07-031-352/+1
* win32: fix build after bug 674452Marc-André Lureau2012-07-031-1/+1
* gio/tests/contenttype: Call g_content_type_guess() with valid data lenMartin Pitt2012-06-271-0/+8
* Bug 666700 — Add some missing (allow-none) annotationsPhilip Withnall2012-01-111-1/+1
* gio/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-031-8/+4
* Fix doc syntaxMatthias Clasen2011-06-041-1/+1
* Expand content type docs slighlyMatthias Clasen2011-05-311-3/+4
* Add missing GI annotation to g_content_type_guess_for_treePavel Holejsovsky2010-12-291-2/+2
* Add a lot of missing annotationsJohan Dahlin2010-09-241-2/+2
* [introspection] Move over annotationsJohan Dahlin2010-09-241-1/+1
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-4/+0
* CleanupsMatthias Clasen2010-07-051-331/+343
* Set result_uncertain in win32 g_content_type_guess implementationAlexander Larsson2010-02-151-0/+3
* Fix an off-by-one errorMatthias Clasen2010-01-051-1/+1
* Bug 598712 - can't detect text file with backspaceRyan Lortie2009-11-231-2/+3
* Don't ever sniff desktop files when the filename is known. In other words,Alexander Larsson2009-02-201-0/+10
* Bug 561352 – Leak of icon descriptionCosimo Cecchi2008-11-201-0/+1
* Bug 557087 – mem leak in g_content_types_get_registeredChristian Persch2008-10-201-3/+6
* Bug 555711 – Wrong fallback order of mimetype iconsMatthias Clasen2008-10-101-0/+6
* can't assign the return value of g_strdupv() to an array. Fill the arrayMichael Natterer2008-09-161-11/+14
* Bug 551681 – g_content_type_guess() too naive with filenamesMatthias Clasen2008-09-151-3/+12
* Remove debug spewMatthias Clasen2008-07-191-4/+0
* Add g_content_type_guess_for_treeMatthias Clasen2008-07-181-6/+602
* Use UNLOCK to unlock, not LOCK.Colin Walters2008-07-021-1/+1
* Fixed some more includesCody Russell2008-07-021-0/+1
* Unalias. Patch by Markus BergmanMatthias Clasen2008-06-301-1/+7
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 538362 - Get Win32 icons back in the file chooserTor Lillqvist2008-06-161-8/+68
* fix SEGV by not using uninitialized memory as array index.Michael Natterer2008-06-101-1/+1
* Add TODO comments.Tor Lillqvist2008-06-101-0/+3
* Add TODO comment.Tor Lillqvist2008-06-101-0/+12
* Use icons from the shared mime database, if available.Matthias Clasen2008-06-091-8/+20
* New function to create a content type from a mime type. (#527175, MilanMatthias Clasen2008-05-181-0/+33
* Fix type warningsAlexander Larsson2008-02-271-5/+6