Re: gtk_list_store_set_valist()



If you a have a function with variable length parameter list you can use
the macro va_start to initialize a variable with type va_list.

After that you can call functions like gtk_list_store_set_valist with
this variable or you can use the va_arg macro.

The realization of the va_list is maybe calling convention and compiler
dependent.


On Tue, 2004-07-13 at 15:12, 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?

/jan

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list






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