summaryrefslogtreecommitdiff
path: root/gobject/gsignal.c
AgeCommit message (Expand)AuthorFilesLines
2001-07-11Add some generated files.Darin Adler1-0/+2
2001-06-28up version number to 1.3.7, interface age 0, binary age 0.Tim Janik1-50/+76
2001-05-28fixed bad faux-pass, forgot to release signal lock when restartingTim Janik1-98/+101
2001-05-27unlock context when bailing out with a warning. (g_main_context_check):Tim Janik1-22/+82
2001-05-14new function to check whether a handler is still connected to an instanceTim Janik1-0/+18
2001-04-29made hook ids a gulong.Tim Janik1-47/+55
2001-04-18Change C++ comments for FIXME's to C comments. (Patch from Andres Salomon)Owen Taylor1-1/+1
2001-04-01applied patch from owen to implement GParamSpecUnichar.Tim Janik1-5/+5
2001-03-22catch G_SIGNAL_RUN_FIRST with a return value.Tim Janik1-0/+10
2001-03-18removed archaic gpointer derived_data; relict and added a GData memberTim Janik1-19/+8
2001-03-09test program. covers run first/last/cleanup signal handlers, return valueTim Janik1-2/+3
2001-03-08eek, fixed old hook detail storage code.Tim Janik1-4/+14
2001-03-08destruction cleanup. there's one ->finalize_hook member in the hooklistTim Janik1-108/+192
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-18/+20
2001-02-21Add g_signal_connect define to make porting from gtk_signal_connect easy.Jonathan Blandford1-1/+1
2001-02-17include string.hHavoc Pennington1-2/+2
2001-02-17changed collect_format, collect_value() and lcopy_format, lcopy_value() inTim Janik1-20/+26
2001-02-16incorporated huge docu patch from Eric Lemings <eric.b.lemings@lmco.com>Tim Janik1-0/+5
2001-02-04s/glib_trap_/g_trap_/. add comments on g_trap_instance_signals,Tim Janik1-0/+17
2001-01-31adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik1-21/+9
2000-12-29got rid of outdated dmalloc support. provide g_try_malloc() andTim Janik1-7/+21
2000-12-15use g_signal_newcHavoc Pennington1-14/+38
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik1-48/+342
2000-11-29fix elliots "logic fix" that dereferences NULL nodes if C handlers areTim Janik1-1/+1
2000-11-28Fix warnings.Elliot Lee1-3/+3
2000-11-05When appending handlers and not matching on signal_id, useOwen Taylor1-1/+1
2000-11-05fixed a bag full of subtle bugs of immensive screw-up potential inTim Janik1-125/+199
2000-11-03prefix internal functions with '_'. renamed g_signal_connect_closure() toTim Janik1-8/+82
2000-11-01destroy all signals that the finalized obejct type introduced.Tim Janik1-67/+173
2000-10-30opened up a new section on signals.Tim Janik1-9/+0
2000-10-30renamed owen's g_type_signals(), added required mutex locks.Tim Janik1-20/+23
2000-10-29Fix problem where signals with "_" in them appeared twice in the resultOwen Taylor1-1/+10
2000-10-29Add g_type_signals() - a function to list all signals for a given type.Owen Taylor1-0/+36
2000-10-27publically define GSignalInvocationHint structure that gets passed in toTim Janik1-71/+145
2000-10-27fixed deadlock scenarion where g_signal_lookup() would be called with theTim Janik1-23/+21
2000-10-25added newly added gobject/ headers.Tim Janik1-0/+1335