summaryrefslogtreecommitdiff
path: root/gio/gcontenttype.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-23gio: port annotations from the Vala metadata.Evan Nemerson1-3/+3
2014-02-23Add non-symbolic fallback icons in g_content_type_get_symbolic_icon().John Lindgren1-25/+19
2014-02-05Convert external links to markdown syntaxMatthias Clasen1-3/+7
2014-01-31Docs: Convert examples to |[ ]|Matthias Clasen1-4/+3
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-12-08[PATCH] Fix trivial non literal format usesRyan Lortie1-10/+6
2013-11-28gio: Replace g_clear_object() with if()…g_object_unref()Philip Withnall1-1/+2
2013-11-27gcontenttype: Fix a potential NULL pointer dereferencePhilip Withnall1-1/+6
2013-11-27gcontenttype: Fix a potential g_object_unref(NULL) callPhilip Withnall1-1/+1
2013-09-29Fix the -Werror=format-nonliteral fixes for older GCCsJohn Ralls1-3/+3
2013-09-29More -Werror=format-nonliteral fixesJohn Ralls1-1/+4
2013-08-17Remove legacy icon name supportWilliam Jon McCann1-14/+7
2013-01-25gcontenttype: Duplicate the string inside Mutex lock for thread-safetyAkira TAGOH1-1/+2
2012-11-30Don't look for icons called "(null)" if no xdg mime iconAlexander Larsson1-2/+5
2012-09-13Add api to get the generic icon name for a mime typeWilliam Jon McCann1-19/+52
2012-08-30Add ability to get symbolic icon for content typeWilliam Jon McCann1-19/+60
2012-07-03Split gcontenttype.cMatthias Clasen1-352/+1
2012-07-03win32: fix build after bug 674452Marc-André Lureau1-1/+1
2012-06-27gio/tests/contenttype: Call g_content_type_guess() with valid data lenMartin Pitt1-0/+8
2012-01-11Bug 666700 — Add some missing (allow-none) annotationsPhilip Withnall1-1/+1
2012-01-03gio/*: Use g_list_free_full() convenience functionJavier Jardón1-8/+4
2011-06-04Fix doc syntaxMatthias Clasen1-1/+1
2011-05-31Expand content type docs slighlyMatthias Clasen1-3/+4
2010-12-29Add missing GI annotation to g_content_type_guess_for_treePavel Holejsovsky1-2/+2
2010-09-24Add a lot of missing annotationsJohan Dahlin1-2/+2
2010-09-24[introspection] Move over annotationsJohan Dahlin1-1/+1
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-4/+0
2010-07-05CleanupsMatthias Clasen1-331/+343
2010-02-15Set result_uncertain in win32 g_content_type_guess implementationAlexander Larsson1-0/+3
2010-01-05Fix an off-by-one errorMatthias Clasen1-1/+1
2009-11-23Bug 598712 - can't detect text file with backspaceRyan Lortie1-2/+3
2009-02-20Don't ever sniff desktop files when the filename is known. In other words,Alexander Larsson1-0/+10
2008-11-20Bug 561352 – Leak of icon descriptionCosimo Cecchi1-0/+1
2008-10-20Bug 557087 – mem leak in g_content_types_get_registeredChristian Persch1-3/+6
2008-10-10 Bug 555711 – Wrong fallback order of mimetype iconsMatthias Clasen1-0/+6
2008-09-16can't assign the return value of g_strdupv() to an array. Fill the arrayMichael Natterer1-11/+14
2008-09-15 Bug 551681 – g_content_type_guess() too naive with filenamesMatthias Clasen1-3/+12
2008-07-19Remove debug spewMatthias Clasen1-4/+0
2008-07-18Add g_content_type_guess_for_treeMatthias Clasen1-6/+602
2008-07-02Use UNLOCK to unlock, not LOCK.Colin Walters1-1/+1
2008-07-02Fixed some more includesCody Russell1-0/+1
2008-06-30Unalias. Patch by Markus BergmanMatthias Clasen1-1/+7
2008-06-22Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin1-1/+1
2008-06-16Bug 538362 - Get Win32 icons back in the file chooserTor Lillqvist1-8/+68
2008-06-10fix SEGV by not using uninitialized memory as array index.Michael Natterer1-1/+1
2008-06-10Add TODO comments.Tor Lillqvist1-0/+3
2008-06-10Add TODO comment.Tor Lillqvist1-0/+12
2008-06-09Use icons from the shared mime database, if available.Matthias Clasen1-8/+20
2008-05-18New function to create a content type from a mime type. (#527175, MilanMatthias Clasen1-0/+33
2008-02-27Fix type warningsAlexander Larsson1-5/+6