Re: gtk_list_store_set_valist()



On Tue, 2004-07-13 at 15:16, David Necas (Yeti) wrote:
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

gtk_list_store_set() is useless in this case - I am building a dynamic
list store and don't know the number of columns at compile time.

/jan




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