Re: glib marshalling patch



Brian Cameron <Brian Cameron Sun COM> writes:

> Glib maintainers:
> 
> The ATK logic for atktextview signals requires an additional
> marshaller be added to glib/gobject/gmarshal.list to add the
> following marshaller:
> 
>   VOID:INT,INT
>   
> Can this patch please be applied to this file?  Let me know.
> 
> Thanks!
> 
> Brian
> --- ../../src/src-2.0n-240501/glib/gobject/gmarshal.list	Thu May 24 07:19:58 2001
> +++ ./gmarshal.list	Wed May 30 15:17:19 2001
> @@ -40,6 +40,7 @@
>  VOID:BOXED
>  VOID:POINTER
>  VOID:OBJECT
> +VOID:INT,INT
>  STRING:OBJECT,POINTER
>  
>  # GRuntime specific marshallers

Instead, you should add the marshallers you need yourself inside ATK
by running glib-genmarshaller. GLib could not possibly contain every
single marshaller than every app/library could need.

GTK+, for instance, adds many, many of its own marshallers.

Regards,
                                        Owen




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]