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 643478 - GApplication::local_command_line vfunc documentation seems wrong.
GApplication::local_command_line vfunc documentation seems wrong.
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gapplication
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks: 637445
 
 
Reported: 2011-02-28 11:48 UTC by Murray Cumming
Modified: 2011-03-04 08:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Murray Cumming 2011-02-28 11:48:03 UTC
The arguments of the local_command_line() vfunc need more documentation.

For instance, the char*** arguments parameter probably points to a null-terminated char**, so that should be noted.

And the int* exit_status parameter should be documented too.
Comment 3 Murray Cumming 2011-03-04 08:15:10 UTC
That last one should be:
http://git.gnome.org/browse/glib/commit/?id=1485871ed5e8e9ce70b088cfedae4012032e5dca

(Just taking notes for myself)