summaryrefslogtreecommitdiff
path: root/glib/gutils.h
Commit message (Expand)AuthorAgeFilesLines
* Annotate API introduced for 2.30 with GLIB_AVAILABLE_IN_2_30Colin Walters2012-05-261-0/+2
* avoid warning in gutils.h when using gcc with -WconversionHannes Mueller2012-04-171-1/+1
* Don't use G_DISABLE_DEPRECATED guards around deprecated functionsMatthias Clasen2011-11-031-1/+1
* Deprecate g_atexitMatthias Clasen2011-10-191-1/+3
* Reshuffle some functions between gutils and gfileutilsMatthias Clasen2011-10-171-47/+13
* Also clean up includesMatthias Clasen2011-10-161-4/+0
* Move version APIs out of gutilsMatthias Clasen2011-10-161-42/+0
* Move GTrashStack out of gutils.[hc]Matthias Clasen2011-10-161-61/+0
* Move environment-related functions into their own filesMatthias Clasen2011-10-151-32/+6
* gutils: Add functions for working with environment arraysDan Winship2011-10-151-9/+18
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan2011-10-111-1/+2
* Add G_GNUC_DEPRECATED to deprecated APIs in glibMatthias Clasen2011-10-081-1/+1
* Reword some docs comments to avoid 'Returns ...'Ryan Lortie2011-07-221-3/+7
* Move version docs inlineMatthias Clasen2011-07-171-0/+18
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-20/+20
* Move gutils docs inlineMatthias Clasen2011-06-081-10/+17
* Fix parameter documentation for many functionsMatthias Clasen2011-06-041-2/+6
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-19/+19
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-19/+19
* Add g_get_locale_variants()Christian Persch2011-01-051-0/+2
* g_get_user_runtime_dir(): New functionRyan Lortie2010-11-061-0/+2
* Add g_get_environ(): portable access to 'environ'Ryan Lortie2010-10-281-0/+1
* avoid warning in gutils.h when using gcc with -WconversionHannes Müller2010-08-051-1/+1
* Avoid compilation warning from MSVCHaakon Sporsheim2010-01-051-1/+1
* Avoid gcc warning about redeclaration of atexit() on MinGWTor Lillqvist2009-11-101-0/+2
* Avoid gcc warning on WindowsTor Lillqvist2009-08-141-2/+2
* Add g_reload_user_special_dirs_cache (#541276)Alexander Larsson2009-06-151-0/+1
* Bug 570501 - g_win32_get_system_data_dirs uses invalid conversion ofTor Lillqvist2009-02-231-4/+9
* Bug 562638 – GDebugKey key member should be constBehdad Esfahbod2008-11-291-2/+2
* glib/gutils.h Deprecate G_WIN32_DLLMAIN_FOR_DLL_NAME(),Tor Lillqvist2008-09-131-4/+9
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* reapply inlining fix from r6333 to fix: Bug 522292 - Gives warnings in10:39:17 Tim Janik2008-03-311-5/+1
* Bug 522292 - Gives warnings in glib/gutils.h with GCC in C99 modeSebastian Dröge2008-03-181-1/+1
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-1/+5
* Add a version of G_INLINE_FUNC for __GNUC__ && __GNUC_STDC_INLINE__, patchMatthias Clasen2008-03-031-1/+5
* Mention G_WIN32_DLLMAIN_FOR_DLL_NAME() will be deprecated in the future.Tor Lillqvist2008-02-241-0/+6
* don't define __GNUC_PREREQ which is not in the glib namespace. for gcc,16:51:23 Tim Janik2008-01-181-18/+1
* Cope with gcc 4.3 changed 'extern inline' semantics. (#315437, patch byMatthias Clasen2008-01-071-1/+18
* Fix doc formattingMatthias Clasen2007-09-161-9/+9
* Add support for a number of special directories, as defined by theMatthias Clasen2007-06-041-0/+37
* Use a more optimized g_bit_storage() when gcc is available. (#371670,Behdad Esfahbod2007-01-091-1/+2
* Fix bug in g_bit_nth_lsf (#371631) and use __builtin_clzl forBehdad Esfahbod2007-01-031-8/+12
* Use only the wide character API here, too.Tor Lillqvist2006-12-281-15/+4
* Fix some typos. (#351741, Kjartan Maraas)Matthias Clasen2006-08-261-1/+3
* initialize GSlice config from G_SLICE environemtn variable. we supportTim Janik2006-01-231-0/+2
* Wrapping atexit() is a bad idea on Windows, where the EXE and each DLLTor Lillqvist2005-08-311-0/+11
* Make this an inline function. Define it only if G_CAN_INLINE and not C++.Tor Lillqvist2005-07-201-1/+4
* New function. Returns the machine's name, or one of its names. DocumentTor Lillqvist2005-06-221-0/+1
* Minor comment improvement.Tor Lillqvist2005-04-191-3/+4