summaryrefslogtreecommitdiff
path: root/glib/ghook.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Rename user data parameters to user_data"badcel2023-01-091-3/+3
* Rename user data parameters to user_dataTestingPlant2022-05-221-3/+3
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: add missing '*' chars at start of doc-commentsStefan Sauer2017-11-121-1/+1
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-2/+2
* Docs: Drop entities, switch away from sgml modeMatthias Clasen2014-02-091-3/+3
* Docs: replace <literal> by `Matthias Clasen2014-02-061-3/+3
* Avoid some gtk-doc warningsMatthias Clasen2014-02-011-2/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Docs: don't use the structname tagMatthias Clasen2014-01-311-4/+2
* documentation fixesStef Walter2011-12-131-2/+2
* Move slice and hook docs inlineMatthias Clasen2011-11-141-2/+419
* Don't #include <glib/gslice.h> from gmem.hRyan Lortie2011-09-181-0/+1
* More include cleanupsMatthias Clasen2010-09-031-3/+5
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Check for NULL finalizer. (#476849, Areg Beketovski)Behdad Esfahbod2007-09-191-1/+2
* prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik2005-11-011-18/+5
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* glib/gasyncqueue.c glib/ghook.c g_return_if_fail -> g_return_val_if_failManish Singh2004-11-081-3/+3
* Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(),Matthias Clasen2004-11-081-1/+3
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-1/+3
* added padding.Tim Janik2002-03-031-0/+2
* Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor2001-06-231-1/+6
* made hook ids a gulong.Tim Janik2001-04-291-2/+2
* destruction cleanup. there's one ->finalize_hook member in the hooklistTim Janik2001-03-081-21/+23
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org>Sebastian Wilhelmi1999-03-171-7/+14
* inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1999-02-241-0/+7
* added a define G_HOOK_DEFERRED_DESTROY, to substitute a noopTim Janik1999-01-171-1/+6
* fix yet another small glitchTim Janik1999-01-171-1/+4
* reentrancy fixupsTim Janik1999-01-171-11/+2
* incremented version number to 1.1.13, bin age 0, interface age 0.Tim Janik1999-01-171-1/+7
* avoid unneccessary extra hook referencing (the explicit hook referencingTim Janik1999-01-021-26/+4
* fixed buglet that could cause bogus warnings.Tim Janik1998-12-221-1/+1
* there was a reference count race for hooks during invocation loops. sinceTim Janik1998-12-211-9/+21
* This commit merges the glib-threads branch into the mainOwen Taylor1998-12-151-0/+5
* added g_hook_list_marshal_check() to eventually destroy hooks after theyTim Janik1998-11-301-0/+36
* glib.h endian macros defined using the glibconfig.h mechanism nowManish Singh1998-11-021-2/+2
* removed old G_ENUM(), G_FLAGS(), G_NV() and G_SV() macros. added macrosTim Janik1998-10-311-1/+5
* removed the #pragma } statement after extern "C" {. use (c-set-offsetTim Janik1998-10-071-84/+82
* properly handle the first valid hook to call, it maybe IN_CALL already.Tim Janik1998-10-021-25/+40
* added ghook.c.Tim Janik1998-09-301-0/+566