summaryrefslogtreecommitdiff
path: root/gobject/gsignal.c
AgeCommit message (Expand)Author
2001-02-21Add g_signal_connect define to make porting from gtk_signal_connect easy.Jonathan Blandford
2001-02-17include string.hHavoc Pennington
2001-02-17changed collect_format, collect_value() and lcopy_format, lcopy_value() inTim Janik
2001-02-16incorporated huge docu patch from Eric Lemings <eric.b.lemings@lmco.com>Tim Janik
2001-02-04s/glib_trap_/g_trap_/. add comments on g_trap_instance_signals,Tim Janik
2001-01-31adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik
2000-12-29got rid of outdated dmalloc support. provide g_try_malloc() andTim Janik
2000-12-15use g_signal_newcHavoc Pennington
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik
2000-11-29fix elliots "logic fix" that dereferences NULL nodes if C handlers areTim Janik
2000-11-28Fix warnings.Elliot Lee
2000-11-05When appending handlers and not matching on signal_id, useOwen Taylor
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-30opened up a new section on signals.Tim Janik
2000-10-30renamed owen's g_type_signals(), added required mutex locks.Tim Janik
2000-10-29Fix problem where signals with "_" in them appeared twice in the resultOwen Taylor
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-27fixed deadlock scenarion where g_signal_lookup() would be called with theTim Janik
2000-10-25added newly added gobject/ headers.Tim Janik