GNOME Bugzilla – Bug 383145
gnome-exec docs parsing problem
Last modified: 2007-02-16 22:49:11 UTC
The gnome-exec docs are wrong, due to the following errors : ###Can't parse args for function gnome_execute_async: char * const argv[] ###Can't parse args for function gnome_execute_async_fds: char * const argv[],gboolean close_fds ###Can't parse args for function gnome_execute_async_with_env: char * const argv[],int envc,char * const envv[] ###Can't parse args for function gnome_execute_async_with_env_fds: char * const argv[],int envc,char * const envv[],gboolean close_fds In the generated docs, those params are missing.
Should be easy to fix I guess.
Same happens for glib in g_key_file_set_string_list . I think this is a gtk-doc issue; re-assigning.
I think this was fixed in svn a few weeks back. Reopen if it still happens. *** This bug has been marked as a duplicate of 387681 ***