On Fri, 2005-02-25 at 13:53 -0500, Owen Taylor wrote:

>GArgument would just be something like:
>
> union {
>   int v_int;
>   double v_double;
>   void *v_pointer;
>   [...]
> } GArgument;

We actually had to create something exactly like this in the D-BUS glib
bindings for receiving return values; having it in the glib core would
be nice.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
language-bindings mailing list  [email protected]
http://mail.gnome.org/mailman/listinfo/language-bindings

Reply via email to