Re: gtk_list_store_set_valist()



On Tue, Jul 13, 2004 at 02:12:40PM +0100, Jan wrote:
What's the format of the va_list in this function? Just an array of an
odd number of pointers, last one -1?

The format of va_list is the same as the format of on-stack
arguments passed to functions on your platform, IOW
generally uknown. The purpose of this function is to reuse
variable argument list that someone passed to your function.
Use gtk_list_store_set().

Yeti


--
Do not use tab characters. Their effect is not predictable.



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