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 751980 - vte_get_*_version missing from docs
vte_get_*_version missing from docs
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
git master
Other Linux
: Normal minor
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-05 10:48 UTC by Egmont Koblinger
Modified: 2015-07-15 07:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Egmont Koblinger 2015-07-05 10:48:55 UTC
vte_get_{major,minor,micro}_version() are missing from doc/reference and hence from the generated docs.
Comment 1 Egmont Koblinger 2015-07-05 11:16:24 UTC
And the same for vte_get_features().
Comment 2 Christian Persch 2015-07-14 17:54:53 UTC
I added the version symbols to the sections file. get_features was already present there, is it really missing from the docs?
Comment 3 Egmont Koblinger 2015-07-14 22:13:03 UTC
My bad, I don't know what made me think that was missing too. Thx!
Comment 4 Egmont Koblinger 2015-07-14 22:17:04 UTC
Oops, it _is_ missing from the generated docs, due to a "vte" vs. "vet" typo.
Comment 5 Egmont Koblinger 2015-07-15 07:14:30 UTC
Fixed