summaryrefslogtreecommitdiff
path: root/gobject/gsignal.h
AgeCommit message (Expand)AuthorFilesLines
2001-08-01added convenience macro g_signal_connect_after().Sven Neumann1-0/+2
2001-07-10fix negative exponent handling (numbers<0).Tim Janik1-2/+2
2001-07-02added g_list_insert_before().Tim Janik1-9/+0
2001-06-28up version number to 1.3.7, interface age 0, binary age 0.Tim Janik1-12/+24
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik1-0/+4
2001-05-27unlock context when bailing out with a warning. (g_main_context_check):Tim Janik1-0/+2
2001-05-14new function to check whether a handler is still connected to an instanceTim Janik1-0/+2
2001-05-10use g_str_hash() algorithm to generate hashes.Tim Janik1-1/+10
2001-04-29made hook ids a gulong.Tim Janik1-9/+9
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist1-9/+2
2001-03-08destruction cleanup. there's one ->finalize_hook member in the hooklistTim Janik1-19/+29
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-1/+1
2001-02-22Committed the wrong thing yesterday.Jonathan Blandford1-0/+2
2001-02-17include string.hHavoc Pennington1-49/+50
2001-02-17changed collect_format, collect_value() and lcopy_format, lcopy_value() inTim Janik1-4/+5
2000-12-15use g_signal_newcHavoc Pennington1-4/+13
2000-12-15add an instance member value_type so the default value of the pspec classTim Janik1-3/+3
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik1-1/+33
2000-11-05fixed a bag full of subtle bugs of immensive screw-up potential inTim Janik1-1/+1
2000-11-03prefix internal functions with '_'. renamed g_signal_connect_closure() toTim Janik1-3/+8
2000-11-01destroy all signals that the finalized obejct type introduced.Tim Janik1-59/+81
2000-10-30renamed owen's g_type_signals(), added required mutex locks.Tim Janik1-3/+2
2000-10-29Add g_type_signals() - a function to list all signals for a given type.Owen Taylor1-0/+2
2000-10-27publically define GSignalInvocationHint structure that gets passed in toTim Janik1-27/+37
2000-10-25added newly added gobject/ headers.Tim Janik1-0/+142