summaryrefslogtreecommitdiff
path: root/gio/giomm/contenttype.cc
Commit message (Expand)AuthorAgeFilesLines
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-4/+1
* Replace remaining uses of Glib::ListHandle<> with std::vector.Murray Cumming2017-03-201-2/+2
* Use std::vector<> instead of Glib::StringArrayHandle.Murray Cumming2017-03-171-2/+3
* Run clang-format on gio .cc files.Murray Cumming2016-02-261-36/+47
* More use of nullptr instead of 0.Murray Cumming2015-11-201-3/+3
* C++11: examples/tests: More use of auto.Murray Cumming2015-07-151-2/+2
* win32: Surround content_type_get_symbolic_icon() with ifdefs.Giuseppe Penone2014-03-051-0/+2
* ContentType: Fix typo in the content_type_get_symbolic_icon() name.José Alburquerque2012-10-251-1/+1
* ContentType: get_icon(): Fix a refcount error.Murray Cumming2012-09-071-1/+4
* Add get_symbolic_icon() methods.Murray Cumming2012-09-071-2/+8
* Bug 581811 - Gio::content_type_guess() miss the version with a NULL filenameJonathon Jongsma2010-04-201-3/+6
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* add content_type_from_mime_type()Jonathon Jongsma2008-12-121-0/+5
* Regenerated. Corrected an _IGNORE().Murray Cumming2008-07-251-0/+6
* Use convert_return_gchar_ptr_to_ustring() because it releases the gchar*Murray Cumming2008-02-011-17/+39
* put content_type functions in the Gio namespace which was accidentallyJonathon Jongsma2008-02-011-0/+4
* wrap content_type_* functionsJonathon Jongsma2008-01-311-0/+73