summaryrefslogtreecommitdiff
path: root/gobject/gsourceclosure.c
Commit message (Expand)AuthorAgeFilesLines
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-1/+1
* gobject: Minor typo fix in a g_critical() warningPhilip Withnall2017-11-291-1/+1
* gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Prevent race condition in g_io_condition_get_typeStefan Ekenberg2015-06-041-3/+5
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gsourceclosure.c: Fix build on WindowsChun-wei Fan2013-07-211-0/+6
* gsourceclosure: fix idle/timeout/signal closures, add child watch supportDan Winship2013-07-171-3/+66
* gsourceclosure: Add support for GUnixSignalWatchSource and GUnixFDSourceDan Winship2013-07-131-0/+45
* gsourceclosure: use g_cclosure_marshal_genericDan Winship2013-07-131-33/+2
* Install an invalidation notifier for GClosure in g_source_set_closure()Giovanni Campagna2013-01-201-0/+9
* gobject: Use G_VALUE_INITJavier Jardón2011-10-181-3/+3
* Add g_source_set_dummy_callback()Dan Winship2010-11-261-1/+38
* Use G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritten codeChristian Persch2010-08-181-13/+1
* gobject/: fully remove gobjectalias hacksRyan Lortie2010-07-071-4/+0
* remove trailing whitespace from newly added gtk-doc comments andMichael Natterer2008-06-221-2/+2
* moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer2008-06-221-0/+3
* Migrating docs.Stefan Kost2008-06-211-0/+11
* Make work again.Matthias Clasen2005-03-141-1/+4
* removed wrap_g_io_channel_ref() hack, since g_io_channel_ref() has aManish Singh2004-11-081-11/+1
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* wrap g_io_channel_ref in a function that returns the passed in GIOChannel,Manish Singh2004-01-111-1/+11
* Remove all docs from gobject at Tims request. Documentation is only forMatthias Clasen2003-02-071-11/+0
* Improve the detection of invalid includes by moving the test outside theOwen Taylor2001-11-221-1/+1
* Fix documentation. Document g_log_domain_glib, gunichar, gunichar2,Matthias Clasen2001-10-301-3/+3
* Removed is_refcounted and GBoxedInitFunc fromAlex Larsson2001-09-101-3/+1
* updates for 1.3.7 release.Tim Janik2001-09-031-1/+4
* Implement.Owen Taylor2001-09-031-0/+201