After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 383145 - gnome-exec docs parsing problem
gnome-exec docs parsing problem
Status: RESOLVED DUPLICATE of bug 387681
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-06 20:42 UTC by Christian Persch
Modified: 2007-02-16 22:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2006-12-06 20:42:30 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.
Comment 1 Kjartan Maraas 2006-12-09 13:21:35 UTC
Should be easy to fix I guess.
Comment 2 Christian Persch 2007-02-16 22:42:48 UTC
Same happens for glib in g_key_file_set_string_list . I think this is a gtk-doc issue; re-assigning.
Comment 3 Damon Chaplin 2007-02-16 22:49:11 UTC
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 ***