diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1998-07-21 04:13:42 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1998-07-21 04:13:42 +0000 |
commit | 7c30f2a15fbfa5f50d4859d635ab15ad1d6e1d37 (patch) | |
tree | fd630d133421ca0ea39f55a4130ced3e34c029ff /gtk/gtkmarshal.list | |
parent | cebb7bfc9f6cff18b06716fb8e536998f1a3df9a (diff) | |
download | gtk+-7c30f2a15fbfa5f50d4859d635ab15ad1d6e1d37.tar.gz |
Use common marshalling routines instead of having widget-private ones. It
Use common marshalling routines instead of having widget-private ones.
It compiles & links.
testgtk segfaults. I'm convinced that is Somebody Else's Problem
(marshalling routine gets func_data=0x0 and blithely passes it on) but the
fact that it happens now & not before makes me wrong :-)
Diffstat (limited to 'gtk/gtkmarshal.list')
-rw-r--r-- | gtk/gtkmarshal.list | 36 |
1 files changed, 32 insertions, 4 deletions
diff --git a/gtk/gtkmarshal.list b/gtk/gtkmarshal.list index bfe854a7b1..b495eab1f1 100644 --- a/gtk/gtkmarshal.list +++ b/gtk/gtkmarshal.list @@ -1,7 +1,35 @@ -NONE:POINTER,POINTER +BOOL:GDK_EVENT +BOOL:NONE +BOOL:POINTER +BOOL:POINTER,POINTER,INT,INT +BOOL:POINTER,STRING,STRING,POINTER +ENUM:ENUM +INT:POINTER INT:POINTER,CHAR,CHAR +NONE:BOOL +NONE:BOXED +NONE:C_CALLBACK +NONE:C_CALLBACK,C_CALLBACK +NONE:ENUM +NONE:ENUM,FLOAT +NONE:ENUM,FLOAT,BOOL +NONE:INT +NONE:INT,INT +NONE:INT,INT,POINTER +NONE:NONE +NONE:OBJECT NONE:POINTER -INT:POINTER +NONE:POINTER,INT +NONE:POINTER,POINTER +NONE:POINTER,POINTER,POINTER +NONE:POINTER,STRING,STRING +NONE:POINTER,UINT +NONE:POINTER,UINT,ENUM +NONE:POINTER,UINT,UINT +NONE:STRING +NONE:STRING,INT,POINTER +NONE:STYLE NONE:UINT -NONE:BOXED -BOOL:POINTER
\ No newline at end of file +NONE:UINT,POINTER,UINT,ENUM,ENUM,POINTER +NONE:UINT,POINTER,UINT,UINT,ENUM +NONE:UINT,STRING |