summaryrefslogtreecommitdiff
path: root/gobject/gsignal.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-29Imported Upstream version 2.53.3DongHun Kwak1-1/+1
2017-05-19Imported Upstream version 2.51.1DongHun Kwak1-3/+3
2017-02-03Imported Upstream version 2.50.2upstream/2.50.2DongHun Kwak1-1/+1
2016-05-10Imported Upstream version 2.48.0Ryan Lortie1-0/+3
2014-06-23gsignal: Add an example to the g_signal_connect_swapped() documentationPhilip Withnall1-3/+25
2014-05-13Remove some markup from docsMatthias Clasen1-2/+2
2014-03-02docs: Ditch more markupMatthias Clasen1-3/+2
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-12-03gsignal: Signal connection ids are always > 0 if successfulColin Walters1-3/+3
2013-01-13various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie1-0/+38
2012-12-27Move single-include guards inside include guardsMatthias Clasen1-3/+3
2012-11-04Add array length annotation to GSignalQuery param_types fieldSimon Feltman1-2/+2
2012-03-02Add g_signal_set_va_marshallerAlexander Larsson1-0/+11
2012-01-19gsignal: add g_signal_handlers_disconnect_by_dataRyan Lortie1-0/+15
2011-11-18gsignal.h: Remove trailing commaMurray Cumming1-1/+1
2011-11-07Add G_SIGNAL_DEPRECATEDMarc-André Lureau1-2/+6
2011-09-05GObject docs: resolve broken linksRyan Lortie1-2/+2
2011-08-21[gi] Add signal annotationsPavel Holejsovsky1-2/+2
2011-06-09Remove all uses of G_CONST_RETURNRyan Lortie1-1/+1
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-2/+5
2010-10-12GObject: add g_signal_accumulator_first_winsRyan Lortie1-0/+5
2008-07-04Bug 541208 – Functions to easily install and use signals without classMichael Natterer1-6/+22
2008-06-22Migrating docs.Stefan Kost1-0/+223
2005-09-22fix pspec->name assignment which needs to be strdup()ed for nonTim Janik1-1/+1
2005-09-20Remove the misleading comment about G_SIGNAL_TYPE_STATIC_SCOPE, since weMatthias Clasen1-1/+1
2003-09-12Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals.Owen Taylor1-0/+5
2002-12-03Sync parameter names with docs and implementation.Matthias Clasen1-1/+1
2002-03-26Add explicit cast of G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA toOwen Taylor1-8/+11
2002-03-21fix extraneous include.Tim Janik1-1/+0
2001-12-18added some assertions to test g_signal_get_invocation_hint().Tim Janik1-1/+1
2001-12-13implemented closure chaining.Tim Janik1-1/+1
2001-12-08Explicitly add a cast to the last argument so that the macro will workChristopher Blizzard1-1/+1
2001-11-22Improve the detection of invalid includes by moving the test outside theOwen Taylor1-3/+3
2001-11-18Include gtypes.h not gobject/gtype.hOwen Taylor1-0/+3
2001-11-14add API for chaining: g_signal_chain_from_overridden() andTim Janik1-0/+9
2001-11-05we need signal.h for G_BREAKPOINT().Tim Janik1-0/+1
2001-08-01added convenience macro g_signal_connect_after().Sven Neumann1-0/+2
2001-07-10fix negative exponent handling (numbers<0).Tim Janik1-2/+2
2001-07-02added g_list_insert_before().Tim Janik1-9/+0
2001-06-28up version number to 1.3.7, interface age 0, binary age 0.Tim Janik1-12/+24
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik1-0/+4
2001-05-27unlock context when bailing out with a warning. (g_main_context_check):Tim Janik1-0/+2
2001-05-14new function to check whether a handler is still connected to an instanceTim Janik1-0/+2
2001-05-10use g_str_hash() algorithm to generate hashes.Tim Janik1-1/+10
2001-04-29made hook ids a gulong.Tim Janik1-9/+9
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist1-9/+2
2001-03-08destruction cleanup. there's one ->finalize_hook member in the hooklistTim Janik1-19/+29
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-1/+1