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