diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-09-12 20:33:31 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-09-12 20:33:31 +0000 |
commit | 32bc3c419726f26bd771ccd03c60cd03243037f6 (patch) | |
tree | 073a95c5980a8cb6786cf9a2ade5e987bbf16a39 /gobject/gmarshal.list | |
parent | c3acb9da0c9dfff02b129258b9a8dc667514599c (diff) |
Add g_signal_accumulator_true_handled(), to do TRUE-stops-emit signals.
Fri Sep 12 16:31:40 2003 Owen Taylor <otaylor@redhat.com>
* gsignal.[ch]: Add g_signal_accumulator_true_handled(), to
do TRUE-stops-emit signals.
* Makefile.am: Move testoverride.c and testifaceinit.c to
tests/gobject.
Diffstat (limited to 'gobject/gmarshal.list')
-rw-r--r-- | gobject/gmarshal.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gmarshal.list b/gobject/gmarshal.list index 83af2cd4f..f3844a1e3 100644 --- a/gobject/gmarshal.list +++ b/gobject/gmarshal.list @@ -40,8 +40,8 @@ VOID:PARAM VOID:BOXED VOID:POINTER VOID:OBJECT -STRING:OBJECT,POINTER # GRuntime specific marshallers VOID:UINT,POINTER BOOL:FLAGS +STRING:OBJECT,POINTER |