summaryrefslogtreecommitdiff
path: root/glib/src/uriutils.ccg
Commit message (Collapse)AuthorAgeFilesLines
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
| | | | | | | | | | 2009-01-20 Deng Xiyue <manphiz@gmail.com> * Change license header to mention Lesser General Public License version 2.1 instead of Library General Public License, to be consistent with COPYING. svn path=/trunk/; revision=779
* Bug 566845 – Leaks found in glibmm uriutils.ccJonathon Jongsma2009-01-071-5/+5
| | | | svn path=/trunk/; revision=771
* Clean up glib includes (Bug #563987)Jonathon Jongsma2008-12-101-1/+1
| | | | svn path=/trunk/; revision=749
* g_uri_get_scheme has been renamed to g_uri_parse_scheme in GLib trunk.Wouter Bolsterlee2008-02-251-2/+2
| | | | | | | | | | | | 2008-02-25 Wouter Bolsterlee <wbolster@svn.gnome.org> * glib/src/uriutils.ccg: * glib/src/uriutils.hg: g_uri_get_scheme has been renamed to g_uri_parse_scheme in GLib trunk. Updated accordingly. svn path=/trunk/; revision=621
* Added class documentation.Murray Cumming2008-01-111-0/+45
2008-01-11 Murray Cumming <murrayc@murrayc.com> * gio/src/appinfo.hg: Added class documentation. * gio/src/asyncresult.hg: * gio/src/cancellable.hg: * gio/src/drive.hg: * gio/src/file.hg: * gio/src/fileattribute.hg: * gio/src/fileenumerator.hg: * gio/src/fileicon.hg: * gio/src/fileinfo.hg: * gio/src/fileinputstream.hg: * gio/src/fileoutputstream.hg: * gio/src/icon.hg: * gio/src/inputstream.hg: * gio/src/loadableicon.hg: * gio/src/mountoperation.hg: * gio/src/outputstream.hg: * gio/src/seekable.hg: * gio/src/simpleasyncresult.hg: * gio/src/volume.hg: Added @newin2p16 to the documentation. * glib/src/Makefile_list_of_hg.am_fragment: * glib/src/uriutils.ccg: * glib/src/uriutils.hg: Added wrappers of (some) of these new g_uri_* functions. Not yet documented. svn path=/trunk/; revision=506