glib/gobject
Tim Janik 830d808c5c publically define GSignalInvocationHint structure that gets passed in to
Fri Oct 27 16:33:41 2000  Tim Janik  <timj@gtk.org>

        * gsignal.[hc]: publically define GSignalInvocationHint structure
        that gets passed in to closure invocations. added signal details.
        renamed GSignalType to GSignalFlags to comply with conventions.
        quite some cleanups and minor fixes. avoid uneccessary handler list
        walks upon invokation of after handlers. relookup handler list for
        restarted emissions. preliminary abort normal handler invokation if
        after handler is encountered.

        * glib-genmarshal.c:
        * gclosure.[hc]: moved invocation_hint to the end of the
        g_closure_invoke() arguments as sugegsted by kenelson.
        also made it a gpointer to be more generic. the invocation_hint
        is a caller specific thing that can be used to pass additional
        data in to closure invocations as documented with the caller
        invoking the closure.
2000-10-27 16:48:11 +00:00
..
.cvsignore .cvsignore updates 2000-10-27 12:36:18 +00:00
ChangeLog publically define GSignalInvocationHint structure that gets passed in to 2000-10-27 16:48:11 +00:00
gboxed.c added g_value_set_static_string(). 2000-10-25 22:33:26 +00:00
gboxed.h added g_value_set_static_string(). 2000-10-25 22:33:26 +00:00
gbsearcharray.c Fix gccisms (pointer arithmetic on void pointer, label without statement 2000-10-26 17:53:08 +00:00
gbsearcharray.h Don't use implicit casts from void * since this will get included from C++ 2000-10-25 23:39:32 +00:00
gclosure.c publically define GSignalInvocationHint structure that gets passed in to 2000-10-27 16:48:11 +00:00
gclosure.h publically define GSignalInvocationHint structure that gets passed in to 2000-10-27 16:48:11 +00:00
genums.c added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
genums.h added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
glib-genmarshal.1 added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
glib-genmarshal.c publically define GSignalInvocationHint structure that gets passed in to 2000-10-27 16:48:11 +00:00
gobject-query.c added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
gobject.c ri Oct 27 05:35:14 2000 Tim Janik <timj@gtk.org> 2000-10-27 04:19:34 +00:00
gobject.def Fix gccisms (pointer arithmetic on void pointer, label without statement 2000-10-26 17:53:08 +00:00
gobject.h added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
gobject.rc.in makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) to 2000-05-13 19:30:58 +00:00
gparam.c added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
gparam.h added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
gparamspecs.c added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
gparamspecs.h define gstring in terms of gchar*. this typedef reflects the type name of 2000-06-24 22:30:10 +00:00
gsignal.c publically define GSignalInvocationHint structure that gets passed in to 2000-10-27 16:48:11 +00:00
gsignal.h publically define GSignalInvocationHint structure that gets passed in to 2000-10-27 16:48:11 +00:00
gtype.c Fix gccisms (pointer arithmetic on void pointer, label without statement 2000-10-26 17:53:08 +00:00
gtype.h added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
gvalue.c added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
gvalue.h added g_value_set_static_string(). 2000-10-25 22:33:26 +00:00
gvaluecollector.h define gstring in terms of gchar*. this typedef reflects the type name of 2000-06-24 22:30:10 +00:00
gvaluetypes.c const fix 2000-10-27 05:32:48 +00:00
gvaluetypes.h const fix 2000-10-27 05:32:48 +00:00
Makefile.am Remove empty SUBDIRS line _again_, as that _still_ prevents 'make dist' 2000-10-26 12:01:15 +00:00
makefile.mingw.in Fix gccisms (pointer arithmetic on void pointer, label without statement 2000-10-26 17:53:08 +00:00
makefile.msc.in Fix gccisms (pointer arithmetic on void pointer, label without statement 2000-10-26 17:53:08 +00:00