mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
Add closure_marshal/closure_callback fields to GSourceFuncs for use by
Mon Aug 27 14:56:12 2001 Owen Taylor <otaylor@redhat.com> * glib/gmain.h: Add closure_marshal/closure_callback fields to GSourceFuncs for use by g_source_set_closure(). * glib/gmain.c glib/giounix.c glib/giowin32.c glib/gmain.h: Export the SourceFuncs vtables so GObject can use them to figure out closure callbacks/marshallers for the default source types. Mon Aug 27 14:55:27 2001 Owen Taylor <otaylor@redhat.com> * gsourceclosure.[ch] (g_source_set_closure): Implement. * gsourceclosure.[ch]: Add GType's for GIOChannel, GIOCondition.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
Mon Aug 27 14:56:12 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmain.h: Add closure_marshal/closure_callback
|
||||
fields to GSourceFuncs for use by g_source_set_closure().
|
||||
|
||||
* glib/gmain.c glib/giounix.c glib/giowin32.c
|
||||
glib/gmain.h: Export the SourceFuncs vtables so GObject
|
||||
can use them to figure out closure callbacks/marshallers
|
||||
for the default source types.
|
||||
|
||||
Sun Sep 2 13:05:53 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gstrfuncs.c (g_strchomp): Replace some uses
|
||||
|
Reference in New Issue
Block a user