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 768089 - [review] lr/completion: improve auto-completion
[review] lr/completion: improve auto-completion
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks: nm-review
 
 
Reported: 2016-06-27 10:50 UTC by Lubomir Rintel
Modified: 2016-06-29 18:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lubomir Rintel 2016-06-27 10:50:17 UTC
Continuation of bug #767999
Comment 1 Thomas Haller 2016-06-27 17:22:11 UTC
void nmc_complete_bool (const char *prefix);

G_GNUC_NULL_TERMINATED




+         if (argc == 1)
                       ^^^ && nmc->complete
+              nmc_complete_strings (*argv, "ifname", NULL);


rest lgtm