summaryrefslogtreecommitdiff
path: root/gmodule/gmodule.h
Commit message (Expand)AuthorAgeFilesLines
* API: Add g_module_open_full()nitinosiris2021-07-211-0/+25
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
* gmodule/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gmodule: Remove old win32 codepage ABI compat codeChristoph Reiter2017-04-061-14/+14
* gmodule: Add the visibility attribute to G_MODULE_EXPORT on gccPhilip Withnall2017-03-231-1/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-4/+4
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+10
* win32: add gwin32compat.h, for utf8-renaming compatibility definesDan Winship2012-11-151-7/+11
* Fix GModule documentation a bitMatthias Clasen2012-07-131-0/+2
* Spelling fixesMatthias Clasen2011-08-291-1/+1
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-2/+2
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-2/+2
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-2/+2
* Makefile.am gmodule.def Win32 DLL ABI stability cruft like in ../glib.Tor Lillqvist2004-12-061-0/+5
* applied patch from David Schleef <ds@schleef.org> which implements aTim Janik2004-02-201-1/+2
* s/retrive/retrieve/jacob berkman2001-10-031-2/+2
* Use G_BEGIN_DECLS and G_END_DECLS. Define G_MODULE_EXPORT correctly onTor Lillqvist2001-03-091-10/+5
* Set G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.Sebastian Wilhelmi2001-03-071-1/+0
* include string.hHavoc Pennington2001-02-171-12/+12
* Moved declaration of g_log_domain_gmodule up before the inclusion ofSebastian Wilhelmi2000-09-281-3/+1
* Mark the following functions G_GNUC_CONST (to allow betteroptimization)Elliot Lee2000-08-251-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* glibconfig.h and glib.h now include files outside of the extern "C" block.Sebastian Wilhelmi2000-07-191-1/+1
* Don't crash if removing a nonexistent value.Tor Lillqvist1999-10-311-1/+1
* Don't define WIN32 and NATIVE_WIN32.Tor Lillqvist1999-10-041-1/+1
* G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh1999-10-041-3/+3
* inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1999-02-241-0/+8
* removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1998-10-271-4/+21
* Remove `#pragma }'. Likewise.Raja R Harinath1998-10-251-1/+0
* NEWS file update for upcoming release of GLib + GModule version 1.1.3,Tim Janik1998-09-211-1/+1
* implemented g_datalist_* along the lines of g_dataset, but operates on anTim Janik1998-09-171-0/+3
* indentation fix.Tim Janik1998-08-171-3/+3
* changed the return type for the GModuleCheckInit function to be a string,Tim Janik1998-08-171-4/+4
* version bump to 1.1.3, binary age 0, interface age 0.Tim Janik1998-08-161-3/+4
* minor changes to internal interface.Tim Janik1998-08-101-2/+2
* fix cmopiler warnings. check (de)initialization code.Tim Janik1998-08-091-2/+6
* do we want the .h file also? .... yes! ;)Tim Janik1998-08-091-0/+71