summaryrefslogtreecommitdiff
path: root/gio/gcontenttype.c
Commit message (Expand)AuthorAgeFilesLines
* Rename G_MARKUP_PARSE_FLAGS_NONEEmmanuele Bassi2022-07-251-2/+1
* gcontenttype: Clarify some ownership transfersPhilip Withnall2022-06-301-2/+2
* gcontenttype: Fix a potential use-after-free of xdgmime dataPhilip Withnall2022-06-301-4/+10
* gmarkup: Add G_MARKUP_PARSE_FLAGS_NONESimon McVittie2022-06-231-1/+2
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gio: fix OOB string access if filename is emptyMarc-André Lureau2022-02-221-1/+1
* annotate `g_content_type_guess` parameter as filenameAndy Russell2021-12-281-1/+1
* Merge branch '2310-xdgmime-leaks' into 'main'Philip Withnall2021-11-031-1/+28
|\
| * gcontenttype: Ignore intentional one-time leaks from xdgmimePhilip Withnall2021-09-271-1/+28
* | gcontenttype: Fix strchr failure leading to a NULL dereferenceEgor Bychin2021-10-111-3/+17
|/
* Fix missing initializer warning in gio/gcontenttype.c:load_comment_for_mime_h...Emmanuel Fleury2021-01-191-1/+3
* gcontenttype: Fix crash in _get_generic_icon_name()Bastien Nocera2020-02-281-0/+2
* gcontenttype: Improve the formatting of some code in a docs commentPhilip Withnall2018-12-171-1/+1
* gcontenttype: Add g_content_type_{get,set}_mime_dirs() APIPhilip Withnall2018-12-171-30/+123
* gcontenttype: Improve formatting of gcontenttype section documentationPhilip Withnall2018-12-171-7/+7
* docs: Add (transfer full) annotation to g_content_type_get_mime_type()Philip Withnall2018-06-081-2/+2
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-2/+2
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* Implement GContentType on OSXTingPing2017-03-131-1/+4
* Create g_content_type_is_mime_type()TingPing2017-03-081-0/+20
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-4/+4
* 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