summaryrefslogtreecommitdiff
path: root/gobject/gsourceclosure.c
AgeCommit message (Expand)Author
2023-10-04gobject: use g_once_init_enter_pointer for GType initializersAlex Richardson
2022-06-01Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall
2020-11-20gobject: Drop use of volatile from get_type() macrosPhilip Withnall
2018-04-27all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall
2017-11-29gobject: Minor typo fix in a g_critical() warningPhilip Withnall
2017-05-24gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
2015-06-04Prevent race condition in g_io_condition_get_typeStefan Ekenberg
2014-01-31Updated FSF's addressDaniel Mustieles
2013-07-21gsourceclosure.c: Fix build on WindowsChun-wei Fan
2013-07-17gsourceclosure: fix idle/timeout/signal closures, add child watch supportDan Winship
2013-07-13gsourceclosure: Add support for GUnixSignalWatchSource and GUnixFDSourceDan Winship
2013-07-13gsourceclosure: use g_cclosure_marshal_genericDan Winship
2013-01-20Install an invalidation notifier for GClosure in g_source_set_closure()Giovanni Campagna
2011-10-18gobject: Use G_VALUE_INITJavier Jardón
2010-11-26Add g_source_set_dummy_callback()Dan Winship
2010-08-18Use G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritten codeChristian Persch
2010-07-07gobject/: fully remove gobjectalias hacksRyan Lortie
2008-06-22remove trailing whitespace from newly added gtk-doc comments andMichael Natterer
2008-06-22moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer
2008-06-21Migrating docs.Stefan Kost
2005-03-14Make work again.Matthias Clasen
2004-11-08removed wrap_g_io_channel_ref() hack, since g_io_channel_ref() has aManish Singh
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen
2004-01-11wrap g_io_channel_ref in a function that returns the passed in GIOChannel,Manish Singh
2003-02-07Remove all docs from gobject at Tims request. Documentation is only forMatthias Clasen
2001-11-22Improve the detection of invalid includes by moving the test outside theOwen Taylor
2001-10-30Fix documentation. Document g_log_domain_glib, gunichar, gunichar2,Matthias Clasen
2001-09-10Removed is_refcounted and GBoxedInitFunc fromAlex Larsson
2001-09-03updates for 1.3.7 release.Tim Janik
2001-09-03Implement.Owen Taylor