Re: docs



On Monday 03 February 2003 09:59, Ronald Roth wrote:
It might be good if the docs mentioned when argument lists need to
terminated by a NULL, i.e. g_build_filename().  Woulda saved me a lot of
time.

it is in the docs:

http://developer.gnome.org/doc/API/2.0/glib/glib-Miscellaneous-Utility-Functions.html#g-build-filename

first_element : the first element in the path 
... :  remaining elements in path, terminated by NULL
Returns : a newly-allocated string that must be freed with g_free()

-Tim





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