summaryrefslogtreecommitdiff
path: root/gobject/gsignal.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-20Stop using glib-genmarshal at build timeColin Walters1-4/+0
2011-06-09Remove all uses of G_CONST_RETURNRyan Lortie1-1/+1
2011-06-03gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters1-2/+2
2011-03-15Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi1-1/+1
2011-03-15Remove all uses of G_CONST_RETURNRyan Lortie1-1/+1
2011-03-15Add G_SIGNAL_MUST_COLLECTChristian Persch1-3/+7
2010-10-12GSignal: fix trivial docs typoRyan Lortie1-1/+1
2010-10-12GObject: add g_signal_accumulator_first_winsRyan Lortie1-0/+33
2010-07-07gobject/: fully remove gobjectalias hacksRyan Lortie1-4/+0
2010-05-27Add dtrace and systemtap support for gobjectAlexander Larsson1-2/+9
2010-03-06gsignal: improve g_signal_new docs.Stefan Kost1-1/+6
2010-01-18Ensure values are memset to 0 when calling G_VALUE_COLLECT_INIT()Benjamin Otte1-2/+2
2010-01-13gsignal: Use new G_VALUE_COLLECT_INIT variantEdward Hervey1-12/+8
2009-03-13when defaulting to the only item in the array, check if this is indeed theKristian Rietveld1-3/+6
2008-11-28Fix some documentation typosMatthias Clasen1-10/+10
2008-09-26add uint* -> int* casts in g_atomic_int calls to avoid gcc warningsDan Winship1-2/+2
2008-07-21Reviewed by Tim Janik:Michael Natterer1-23/+11
2008-07-04Bug 541208 – Functions to easily install and use signals without classMichael Natterer1-1/+282
2008-07-02Fix up section commentsMatthias Clasen1-9/+8
2008-06-22remove trailing whitespace from newly added gtk-doc comments andMichael Natterer1-144/+149
2008-06-22moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer1-33/+34
2008-06-22Fix compiler warning in format string check.Stefan Kost1-2/+2
2008-06-22Migrating docs.Stefan Kost1-1/+550
2007-08-14g_type_default_interface_ref() was not ensuring working g_signal_list_ids.Cody Russell1-2/+2
2006-09-30Fix some issues with PLT entries.Matthias Clasen1-2/+2
2005-12-31Remove the handler trash stack, which is now unused. (g_signal_init):Matthias Clasen1-8/+0
2005-12-30Remove the handler trash stack, which is now unused.Matthias Clasen1-3/+0
2005-11-01prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik1-48/+7
2005-09-08Remove some unused code. Same here And here Mark some functions static.Kjartan Maraas1-2/+4
2005-09-05Make the name field const. (g_signal_newv): Don't keep an unnecessaryMatthias Clasen1-5/+8
2005-07-30reverted notify_mutex introduction, since this prevents parallelizedTim Janik1-53/+30
2005-07-15Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen1-37/+57
2005-03-14Make work again.Matthias Clasen1-1/+7
2004-11-28applied patch by sven@gimp.org (#153727) to reduce signal connection41-21/+64
2004-10-04Improve the warning if G_SIGNAL_NO_HOOKS is set. (#154299, Nickolay V.Matthias Clasen1-1/+7
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen1-1/+2
2004-07-12Don't choke on a zero handler_id.Matthias Clasen1-1/+0
2004-06-23Fix a couple of typos.Matthias Clasen1-3/+3
2003-09-12Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals.Owen Taylor1-0/+16
2003-08-19adapt to new gbsearcharray.h code. (g_value_register_transform_func): turnTim Janik1-24/+29
2003-08-18added optimizations to skip NOP signal emissions.Tim Janik1-1/+88
2003-03-06Fix 0/FALSE confusion. (#107662, Morten Welinder)Matthias Clasen1-6/+6
2003-02-07Remove all docs from gobject at Tims request. Documentation is only forMatthias Clasen1-478/+0
2002-12-15Move some docs inline.Matthias Clasen1-1/+1
2002-12-05Explain allowed signal names in more detail.Matthias Clasen1-5/+13
2002-12-01More docs.Matthias Clasen1-1/+470
2002-11-04Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437,Owen Taylor1-0/+4
2002-05-20When printing errors, handle NULL returns from g_type_debug(). (#73559,Owen Taylor1-13/+24
2002-03-21fix extraneous include.Tim Janik1-0/+1
2002-03-13glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems toErwann Chenede1-2/+2