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 782883 - gtkdoc-scangobj no longer accepts --nogtkinit
gtkdoc-scangobj no longer accepts --nogtkinit
Status: RESOLVED FIXED
Product: libwnck
Classification: Core
Component: docs
git master
Other All
: Normal normal
: ---
Assigned To: libwnck maintainers
libwnck maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-20 19:15 UTC by Ting-Wei Lan
Modified: 2017-05-22 06:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
doc: Remove --nogtkinit because it is no longer accepted (889 bytes, patch)
2017-05-20 19:17 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2017-05-20 19:15:56 UTC
Building libwnck with --enable-gtk-doc fails with the following messages:

  DOC   Introspecting gobjects
usage: gtkdoc-scangobj [-h] [--version] [--module MODULE] [--types TYPES]
                       [--type-init-func TYPE_INIT_FUNC]
                       [--query-child-properties QUERY_CHILD_PROPERTIES]
                       [--output-dir OUTPUT_DIR] [--cc CC] [--ld LD]
                       [--cflags CFLAGS] [--ldflags LDFLAGS] [--run RUN]
                       [--verbose]
gtkdoc-scangobj: error: unrecognized arguments: --nogtkinit


Since --nogtkinit was marked as deprecated 15 years ago and it is already the default of gtkdoc-scangobj, I think we can safely remove it.
Comment 1 Ting-Wei Lan 2017-05-20 19:17:08 UTC
Created attachment 352243 [details] [review]
doc: Remove --nogtkinit because it is no longer accepted

gtkdoc-scangobj --nogtkinit has been deprecated for a long time, and
this option is removed during the conversion to python.
Comment 2 Marco Trevisan (Treviño) 2017-05-22 06:49:08 UTC
Review of attachment 352243 [details] [review]:

Ok thanks!