summaryrefslogtreecommitdiff
path: root/gobject/gsignal.h
Commit message (Expand)AuthorAgeFilesLines
* gsignal.h: Remove trailing commaMurray Cumming2011-11-181-1/+1
* Add G_SIGNAL_DEPRECATEDMarc-André Lureau2011-11-071-2/+6
* GObject docs: resolve broken linksRyan Lortie2011-09-051-2/+2
* [gi] Add signal annotationsPavel Holejsovsky2011-08-211-2/+2
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-1/+1
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-1/+1
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-1/+1
* Add G_SIGNAL_MUST_COLLECTChristian Persch2011-03-151-2/+5
* GObject: add g_signal_accumulator_first_winsRyan Lortie2010-10-121-0/+5
* Bug 541208 – Functions to easily install and use signals without classMichael Natterer2008-07-041-6/+22
* Migrating docs.Stefan Kost2008-06-221-0/+223
* fix pspec->name assignment which needs to be strdup()ed for nonTim Janik2005-09-221-1/+1
* Remove the misleading comment about G_SIGNAL_TYPE_STATIC_SCOPE, since weMatthias Clasen2005-09-201-1/+1
* Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals.Owen Taylor2003-09-121-0/+5
* Sync parameter names with docs and implementation.Matthias Clasen2002-12-031-1/+1
* Add explicit cast of G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA toOwen Taylor2002-03-261-8/+11
* fix extraneous include.Tim Janik2002-03-211-1/+0
* added some assertions to test g_signal_get_invocation_hint().Tim Janik2001-12-181-1/+1
* implemented closure chaining.Tim Janik2001-12-131-1/+1
* Explicitly add a cast to the last argument so that the macro will workChristopher Blizzard2001-12-081-1/+1
* Improve the detection of invalid includes by moving the test outside theOwen Taylor2001-11-221-3/+3
* Include gtypes.h not gobject/gtype.hOwen Taylor2001-11-181-0/+3
* add API for chaining: g_signal_chain_from_overridden() andTim Janik2001-11-141-0/+9
* we need signal.h for G_BREAKPOINT().Tim Janik2001-11-051-0/+1
* added convenience macro g_signal_connect_after().Sven Neumann2001-08-011-0/+2
* fix negative exponent handling (numbers<0).Tim Janik2001-07-101-2/+2
* added g_list_insert_before().Tim Janik2001-07-021-9/+0
* up version number to 1.3.7, interface age 0, binary age 0.Tim Janik2001-06-281-12/+24
* remove left-over usages of an anonymous GBoxed typedef.Tim Janik2001-06-191-0/+4
* unlock context when bailing out with a warning. (g_main_context_check):Tim Janik2001-05-271-0/+2
* new function to check whether a handler is still connected to an instanceTim Janik2001-05-141-0/+2
* use g_str_hash() algorithm to generate hashes.Tim Janik2001-05-101-1/+10
* made hook ids a gulong.Tim Janik2001-04-291-9/+9
* Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist2001-03-091-9/+2
* destruction cleanup. there's one ->finalize_hook member in the hooklistTim Janik2001-03-081-19/+29
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-1/+1
* Committed the wrong thing yesterday.Jonathan Blandford2001-02-221-0/+2
* include string.hHavoc Pennington2001-02-171-49/+50
* changed collect_format, collect_value() and lcopy_format, lcopy_value() inTim Janik2001-02-171-4/+5
* use g_signal_newcHavoc Pennington2000-12-151-4/+13
* add an instance member value_type so the default value of the pspec classTim Janik2000-12-151-3/+3
* fixed dealing with collection/lcopy of NULL values.Tim Janik2000-12-121-1/+33
* fixed a bag full of subtle bugs of immensive screw-up potential inTim Janik2000-11-051-1/+1
* prefix internal functions with '_'. renamed g_signal_connect_closure() toTim Janik2000-11-031-3/+8
* destroy all signals that the finalized obejct type introduced.Tim Janik2000-11-011-59/+81
* renamed owen's g_type_signals(), added required mutex locks.Tim Janik2000-10-301-3/+2
* Add g_type_signals() - a function to list all signals for a given type.Owen Taylor2000-10-291-0/+2
* publically define GSignalInvocationHint structure that gets passed in toTim Janik2000-10-271-27/+37
* added newly added gobject/ headers.Tim Janik2000-10-251-0/+142