Re: gtk_list_store_set_valist()
- From: "David Necas (Yeti)" <yeti physics muni cz>
- To: Jan <jandersen informatica com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: gtk_list_store_set_valist()
- Date: Tue, 13 Jul 2004 16:16:18 +0200
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]