summaryrefslogtreecommitdiff
path: root/glib/gconvert.h
Commit message (Expand)AuthorAgeFilesLines
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-1/+1
* Fix parameter documentation for many functionsMatthias Clasen2011-06-041-0/+2
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-1/+1
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-1/+1
* Move GConvert docs inlineMatthias Clasen2010-08-081-2/+26
* The fallback parameter to g_convert_with_fallback() should be constBenjamin Otte2010-03-161-1/+1
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-1/+5
* Consistently use gsize rather than size_t. (#333310, Morten Welinder)Matthias Clasen2006-12-281-2/+1
* Add g_filename_display_basename.Alexander Larsson2004-12-151-0/+2
* glib/glib.symbols Implement Windows DLL ABI stability also forTor Lillqvist2004-12-121-0/+2
* Mark functions with G_GNUC_MALLOC when appropriate.Matthias Clasen2004-11-281-11/+11
* New function to convert a filename to a UTF-8 string for display purposes.Matthias Clasen2004-11-021-0/+2
* Introduce the idea of a filename encoding, which is *literally* theMatthias Clasen2004-10-271-0/+5
* Add some uri list tests.c.Matthias Clasen2004-10-221-0/+1
* Use gchar, gint, gsize instead of char, int, size_t in the interface forMatthias Clasen2003-07-291-6/+6
* Make hostname parameter const char *. Added a new "ASCII must not beDarin Adler2002-02-081-1/+1
* Convert G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI andAlex Larsson2001-10-011-2/+1
* Updated name of error from G_CONVERT_ERROR_NOT_LOCAL_FILE toDarin Adler2001-08-271-1/+1
* New functions to convert between local pahtnames and file: uris.Alex Larsson2001-08-261-1/+13
* New function, doing the same as g_convert but taking a GIConv argument.Alexander Larsson2001-08-251-0/+6
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-1/+1
* Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor2001-06-231-21/+21
* move $enable_debug down below checks for GCC to avoid setting CFLAGSOwen Taylor2001-01-051-4/+20
* Up version to 1.3.2Owen Taylor2000-11-131-1/+1
* Create wrapper functions for iconv() so that we can transparently use theOwen Taylor2000-11-121-0/+15
* Remove g_filename_{to,from}_utf8Robert Brady2000-11-121-1/+14
* Split glib.h into many header files mostly according to the resp.Sebastian Wilhelmi2000-10-121-0/+62