summaryrefslogtreecommitdiff
path: root/gobject/gsignal.h
AgeCommit message (Expand)Author
2005-09-22fix pspec->name assignment which needs to be strdup()ed for nonTim Janik
2005-09-20Remove the misleading comment about G_SIGNAL_TYPE_STATIC_SCOPE, since weMatthias Clasen
2003-09-12Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals.Owen Taylor
2002-12-03Sync parameter names with docs and implementation.Matthias Clasen
2002-03-26Add explicit cast of G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA toOwen Taylor
2002-03-21fix extraneous include.Tim Janik
2001-12-18added some assertions to test g_signal_get_invocation_hint().Tim Janik
2001-12-13implemented closure chaining.Tim Janik
2001-12-08Explicitly add a cast to the last argument so that the macro will workChristopher Blizzard
2001-11-22Improve the detection of invalid includes by moving the test outside theOwen Taylor
2001-11-18Include gtypes.h not gobject/gtype.hOwen Taylor
2001-11-14add API for chaining: g_signal_chain_from_overridden() andTim Janik
2001-11-05we need signal.h for G_BREAKPOINT().Tim Janik
2001-08-01added convenience macro g_signal_connect_after().Sven Neumann
2001-07-10fix negative exponent handling (numbers<0).Tim Janik
2001-07-02added g_list_insert_before().Tim Janik
2001-06-28up version number to 1.3.7, interface age 0, binary age 0.Tim Janik
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik
2001-05-27unlock context when bailing out with a warning. (g_main_context_check):Tim Janik
2001-05-14new function to check whether a handler is still connected to an instanceTim Janik
2001-05-10use g_str_hash() algorithm to generate hashes.Tim Janik
2001-04-29made hook ids a gulong.Tim Janik
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist
2001-03-08destruction cleanup. there's one ->finalize_hook member in the hooklistTim Janik
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik
2001-02-22Committed the wrong thing yesterday.Jonathan Blandford
2001-02-17include string.hHavoc Pennington
2001-02-17changed collect_format, collect_value() and lcopy_format, lcopy_value() inTim Janik
2000-12-15use g_signal_newcHavoc Pennington
2000-12-15add an instance member value_type so the default value of the pspec classTim Janik
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik
2000-11-05fixed a bag full of subtle bugs of immensive screw-up potential inTim Janik
2000-11-03prefix internal functions with '_'. renamed g_signal_connect_closure() toTim Janik
2000-11-01destroy all signals that the finalized obejct type introduced.Tim Janik
2000-10-30renamed owen's g_type_signals(), added required mutex locks.Tim Janik
2000-10-29Add g_type_signals() - a function to list all signals for a given type.Owen Taylor
2000-10-27publically define GSignalInvocationHint structure that gets passed in toTim Janik
2000-10-25added newly added gobject/ headers.Tim Janik